nurausstieg/Cargo.toml

14 lines
330 B
TOML
Raw Permalink Normal View History

2024-07-26 19:40:58 +02:00
[package]
name = "nurausstieg"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.5"
2024-07-27 22:50:20 +02:00
chrono = "0.4.38"
chrono-tz = "0.9.0"
2024-07-26 19:40:58 +02:00
reqwest = { version = "0.12.5", features = ["json"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
tokio = { version = "1.38.0", features = ["rt-multi-thread"] }