Make cargo run work again

I thought I'd tested this, but obviously I didn't. This will let Cargo
know, that `cargo run` should run `fj-app`.

Please note that the app itself is still broken, as it doesn't
understand where the `target/` directory is in the workspace.
This commit is contained in:
Hanno Braun 2022-03-17 14:16:36 +01:00
parent e05119e61c
commit ff20d332c2

View File

@ -11,3 +11,4 @@ members = [
"release-operator", "release-operator",
] ]
default-members = ["fj-app"]