mirror of
https://codeberg.org/demostf/cleanup.git
synced 2026-06-03 10:04:10 +02:00
18 lines
No EOL
474 B
TOML
18 lines
No EOL
474 B
TOML
[package]
|
|
name = "cleanup"
|
|
version = "0.1.0"
|
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
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" |