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.) |
||
|---|---|---|
| .. | ||
| src | ||
| systemd | ||
| tests | ||
| Cargo.toml | ||
| README.md | ||
| build.rs | ||
README.md
Zebrad
Zebrad is an application.
Getting Started
This application is authored using Abscissa, a Rust application framework.
For more information, see: