mirror of
https://codeberg.org/demostf/cleanup.git
synced 2026-06-03 10:04:10 +02:00
proper config file
This commit is contained in:
parent
6b65ee144c
commit
6cf28c4504
4 changed files with 1211 additions and 470 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue