web-counter-rust/Cargo.toml

14 lines
342 B
TOML
Raw Normal View History

2024-01-20 12:02:46 +01:00
[package]
name = "counter-rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = { version = "4.4.1" }
askama = { version = "0.12.1", features = ["with-actix-web"] }
askama_actix = "0.14.0"
env_logger = "0.11.0"
rustls = "0.22.2"