Enhance installation process, update service paths, and improve device classification

This commit is contained in:
Breadway 2026-05-11 18:39:39 +08:00
parent e339660084
commit f0ef411697
12 changed files with 323 additions and 70 deletions

View file

@ -3,6 +3,10 @@ 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