added config file for some options

This commit is contained in:
2025-11-10 16:28:55 +01:00
parent 5996db8d80
commit cbb0dee97a
9 changed files with 457 additions and 62 deletions

View File

@@ -23,3 +23,5 @@ tokio = { version = "1.26.0", features = ["full"] }
zip-extract = "0.1.1"
clap_complete = "4.1.4"
nu-ansi-term = "0.50.3"
config = { version = "0.15.18", features = ["toml"] }
serde = "1.0.228"