website/Cargo.toml
2026-04-24 15:45:39 -04:00

10 lines
213 B
TOML

[package]
name = "website"
version = "0.1.0"
edition = "2021"
[dependencies]
lazy_static = "1.5.0"
tera = "1.20.1"
tokio = { version = "1", features = ["full"] }
warp = { version = "0.4", features = ["server"] }