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

12
cli/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "tagctl"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
nix = { version = "0.30", features = ["process", "user"] }
clap = { version = "4.5", features = ["derive"] }
niri-tag = { path = "../lib" }