feat: initial working state

This commit is contained in:
atagen 2025-06-18 16:53:35 +10:00
commit b76036038e
8 changed files with 1538 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "niri-tag"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
libsystemd = "0.7.2"
serde_json = "1.0.140"
thiserror = "2.0.12"
tracing-subscriber = "0.3.19"
niri-ipc = { path = "niri/niri-ipc" }
smol = "2.0.2"
tracing = "0.1.41"
nix = { version = "0.30.1", features = ["process", "user"] }
serde = { version = "1.0.219", features = ["derive"] }