This commit is contained in:
0m.ax 2026-07-18 20:57:58 +02:00
parent 28d5d6db14
commit c9e10cd2c3
6 changed files with 286 additions and 74 deletions

View file

@ -13,3 +13,5 @@ nix = { version = "0.29", features = ["socket", "uio"] }
socket2 = "0.4.7"
clap = { version = "4", features = ["derive"] }
gif = "0.13"
serde = { version = "1", features = ["derive"] }
toml = "0.8"