breadcrumbs/Cargo.toml
Breadway 5094677c4e
Some checks failed
beta (rc) release / build (push) Has been skipped
dev release / build (push) Failing after 27s
release / build (push) Failing after 1m1s
Bump version to v2.1.7
2026-08-15 23:05:47 +08:00

23 lines
576 B
TOML

[package]
name = "breadcrumbs"
version = "2.1.7"
edition = "2021"
description = "Profile-aware Wi-Fi state machine with Tailscale handling and self-healing watch daemon"
license = "MIT"
[[bin]]
name = "breadcrumbs"
path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
toml = "0.8"
serde_json = "1"
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.2", features = ["bread-client"] }
[profile.release]
opt-level = "s"
lto = true
strip = true
panic = "abort"