Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
cargo run
use zebrad
by default
When `cargo run` is run in the workspace directory, it can see two executables: - `zebrad` - `zebra_checkpoints` Adding `default-run = "zebrad"` to `zebrad/Cargo.toml` makes the workspace run `zebrad` by default. (Even though it's redundant for the `zebrad` crate itself.)
- Loading branch information