stadtratmonitor-rust/Cargo.toml

14 lines
348 B
TOML
Raw Permalink Normal View History

2023-10-11 20:12:24 +02:00
[package]
name = "stadtratmonitor-rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-10-11 20:23:13 +02:00
axum = "0.6.20"
2023-11-15 19:58:58 +01:00
reqwest = { version = "0.11.22", features = ["json"] }
2023-10-12 18:29:38 +02:00
rust-i18n = "2.2.1"
2023-10-11 20:53:35 +02:00
tera = "1.19.1"
2023-10-11 20:23:13 +02:00
tokio = { version = "1.33.0", features = ["full"] }