[package] name = "bread-cli" version = "0.1.0" edition = "2021" [[bin]] name = "bread" path = "src/main.rs" [dependencies] bread-shared = { path = "../bread-shared" } serde.workspace = true serde_json.workspace = true tokio.workspace = true anyhow.workspace = true clap = { version = "4.5", features = ["derive"] } notify = "6.1" libc = "0.2"