feat: cli for some barebones config

This commit is contained in:
Virt 2025-07-17 19:10:16 +02:00
commit 810de4aad5
3 changed files with 84 additions and 5 deletions

View file

@ -14,3 +14,4 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
discord-rich-presence = { git = "https://github.com/vionya/discord-rich-presence" } # git cause errors
clap = { version = "4.5.41", features = ["derive"] }