1 2 3 4 5
// `cargo install bwn` — the short-name alias for buildwithnexus. All logic // lives in the buildwithnexus library crate; this is the same entry point. fn main() { buildwithnexus::run(); }