oswilno/crates/oswilno-parking-space/Cargo.toml
2023-07-26 11:16:29 +02:00

12 lines
368 B
TOML

[package]
name = "oswilno-parking-space"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.13.0"
actix-web = "4.3.1"
askama = { version = "0.12.0", features = ["serde", "with-actix-web", "comrak", "mime"] }
tokio = { version = "1.29.1", features = ["full"] }