feat: add config file

This commit is contained in:
atagen 2025-06-22 21:27:11 +10:00
parent 75538cc3d3
commit e6d2d0946a
5 changed files with 123 additions and 5 deletions

View file

@ -26,4 +26,6 @@ serde_json = "1.0"
smol = "2.0"
serde = { version = "1.0", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
microxdg = "0.2.0"
toml = "0.8.23"