feat: add config file loading
This commit is contained in:
parent
381c086eba
commit
67be4dc233
7 changed files with 369 additions and 32 deletions
|
|
@ -7,6 +7,7 @@ edition = "2024"
|
|||
anyhow = "1.0.100"
|
||||
chrono = { version = "0.4.42", features = ["serde"] }
|
||||
clap = { version = "4.5.49", features = ["derive"] }
|
||||
figment = { version = "0.10.19", features = ["toml", "env"] }
|
||||
rand = "0.9.2"
|
||||
reqwest = { version = "0.12.24", features = ["gzip", "json"] }
|
||||
serde = "1.0.228"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue