stadtratmonitor-rust/Cargo.toml

13 lines
293 B
TOML
Raw 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-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"] }