[package] name = "hellos" version = "0.1.0" edition = "2021" default-run = "hello" license = "Apache-2.0" description = "a containing garden operation" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "hello" path = "src/bin/hello.rs" [[bin]] name = "romgen" path = "src/bin/romgen.rs" [lib] [dependencies]