Add filesystem/git/podman/systemd adapters, git/shell hooks, bread-emit CLI, app-detection helpers
This commit is contained in:
parent
89c5849539
commit
1208c5d1b7
29 changed files with 4098 additions and 339 deletions
12
bread-emit/Cargo.toml
Normal file
12
bread-emit/Cargo.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue