11 lines
232 B
TOML
11 lines
232 B
TOML
[package]
|
|
name = "website"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
axum = "0.8.9"
|
|
lazy_static = "1.5.0"
|
|
tera = "1.20.1"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tower-http = { version = "0.6.8", features = ["fs"] }
|