feat: full poc
This commit is contained in:
parent
b76036038e
commit
a8847b93cf
14 changed files with 630 additions and 323 deletions
12
cli/Cargo.toml
Normal file
12
cli/Cargo.toml
Normal 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" }
|
Loading…
Add table
Add a link
Reference in a new issue