Add filesystem/git/podman/systemd adapters, git/shell hooks, bread-emit CLI, app-detection helpers

This commit is contained in:
Breadway 2026-07-19 03:05:57 +08:00
parent 89c5849539
commit 1208c5d1b7
29 changed files with 4098 additions and 339 deletions

12
bread-emit/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "bread-emit"
version = "0.6.6"
edition = "2021"
[[bin]]
name = "bread-emit"
path = "src/main.rs"
[dependencies]
bread-shared = { path = "../bread-shared" }
serde_json.workspace = true