proper config file

This commit is contained in:
Robin Appelman 2026-02-08 20:03:59 +01:00
commit 6cf28c4504
4 changed files with 1211 additions and 470 deletions

View file

@ -5,8 +5,14 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
demostf-client = "0.2"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
chrono = "0.4"
main_error = "0.1"
dotenv = "0.15"
demostf-client = "0.4.6"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
time = "0.3.47"
main_error = "0.1.2"
clap = { version = "4.5.57", features = ["derive"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
toml = "0.9.8"
thiserror = "2.0.18"
serde = { version = "1.0.228", features = ["derive"] }
secretfile = "0.1.1"