feat: add config file loading

This commit is contained in:
Alexander Navarro 2025-10-19 20:20:26 -03:00
parent 381c086eba
commit 67be4dc233
7 changed files with 369 additions and 32 deletions

View file

@ -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"