Committing before copilot touches this

This commit is contained in:
Breadway 2026-05-25 19:53:50 +08:00
commit feefdb81b9
36 changed files with 12338 additions and 0 deletions

22
breadman/Cargo.toml Normal file
View file

@ -0,0 +1,22 @@
[package]
name = "breadman"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
[[bin]]
name = "breadman"
path = "src/main.rs"
[dependencies]
breadpad-shared = { path = "../breadpad-shared" }
anyhow.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
chrono.workspace = true
gtk4.workspace = true
dirs.workspace = true