feat: full poc

This commit is contained in:
atagen 2025-06-19 17:35:38 +10:00
parent b76036038e
commit a8847b93cf
14 changed files with 630 additions and 323 deletions

16
daemon/Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "niri-tag"
version = "0.1.0"
edition = "2024"
[dependencies]
libsystemd = "0.7"
niri-ipc = { path = "../niri/niri-ipc" }
nix = { version = "0.30", features = ["process", "user"] }
anyhow = "1.0"
tracing = "0.1"
tracing-subscriber = "0.3"
serde_json = "1.0"
smol = "2.0"
serde = { version = "1.0", features = ["derive"] }
niri-tag = { path = "../lib" }