bread/bread-cli/Cargo.toml
Breadway 680c1f0cec
All checks were successful
Mirror to GitHub / mirror (push) Successful in 2s
Bump version to 6.2.0
2026-06-23 12:48:35 +08:00

28 lines
496 B
TOML

[package]
name = "bread-cli"
version = "6.2.0"
edition = "2021"
[[bin]]
name = "bread"
path = "src/main.rs"
[lib]
name = "bread_cli"
path = "src/lib.rs"
[dependencies]
bread-shared = { path = "../bread-shared" }
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
anyhow.workspace = true
chrono.workspace = true
dirs.workspace = true
clap = { version = "4.5", features = ["derive"] }
notify = "6.1"
libc = "0.2"
toml = "0.8"
[dev-dependencies]
tempfile.workspace = true