[package] name = "candelabra-cli" version = "0.1.0" edition = "2021" default-run = "candelabra-cli" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] candelabra = { path = "../candelabra" } primrose = { path = "../primrose" } log = { workspace = true } anyhow = { workspace = true } env_logger = { workspace = true } argh = { version = "0.1.12" } cargo_metadata = "0.18.1" tabled = "0.14.0" [[bin]] name = "candelabra-cli" path = "src/main.rs"