[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"] }