swabd/Cargo.toml

10 lines
205 B
TOML

[package]
name = "swabd"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.37"
chrono-tz = "0.8.6"
tokio = { version = "1.36.0", features = ["rt-multi-thread", "net", "io-util", "macros"] }