mirror of
https://codeberg.org/demostf/cleanup.git
synced 2026-06-03 10:04:10 +02:00
12 lines
No EOL
266 B
TOML
12 lines
No EOL
266 B
TOML
[package]
|
|
name = "cleanup"
|
|
version = "0.1.0"
|
|
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" |