spfn-website/Cargo.toml
2026-06-23 19:36:13 +01:00

10 lines
223 B
TOML

[package]
name = "spfn-website"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.9"
dotenvy = "0.15.7"
tokio = { version = "1.52.3", features = ["full"] }
tower-http = { version = "0.7.0", features = ["fs"] }