10 lines
213 B
TOML
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"] }
|