spfn-website/Cargo.toml

10 lines
223 B
TOML
Raw Normal View History

2026-06-23 17:17:57 +01:00
[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"] }