12 lines
256 B
TOML
12 lines
256 B
TOML
[package]
|
|
name = "comfycamp"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.41.0", features = ["full"] }
|
|
axum = "0.7.7"
|
|
tera = "1.20.0"
|
|
lazy_static = "1.5.0"
|
|
tower-http = { version = "0.6.1", features = ["fs"] }
|
|
notify = "7.0.0"
|