bread-ecosystem/Cargo.toml
Breadway b97882e715
Some checks failed
release / build (push) Failing after 32s
feat: multi-package install and bakery update all
- bakery install now accepts one or more package names
- bakery update all treated as update-everything (same as bare update)
- bump version to 0.2.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 14:51:20 +08:00

26 lines
522 B
TOML

[workspace]
members = ["bakery", "bread-theme"]
resolver = "2"
[workspace.package]
version = "0.2.0"
edition = "2021"
license = "MIT"
authors = ["Breadway <rileyhorsham@gmail.com>"]
[workspace.dependencies]
anyhow = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"
dirs = "5"
ureq = { version = "2", features = ["json"] }
sha2 = "0.10"
hex = "0.4"
clap = { version = "4", features = ["derive", "env"] }
chrono = "0.4"
[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"