14 lines
342 B
TOML
14 lines
342 B
TOML
|
[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"
|