swabd/Cargo.toml

10 lines
205 B
TOML
Raw Normal View History

2024-03-28 19:34:51 +00:00
[package]
name = "swabd"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.37"
chrono-tz = "0.8.6"
2024-03-28 19:48:44 +00:00
tokio = { version = "1.36.0", features = ["rt-multi-thread", "net", "io-util", "macros"] }