spfn-website_ger/Cargo.toml

12 lines
340 B
TOML
Raw Permalink 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"
2026-06-23 19:36:04 +01:00
reqwest = { version = "0.13.4", features = ["json", "form"] }
serde = { version = "1.0.228", features = ["derive"] }
2026-06-23 17:17:57 +01:00
tokio = { version = "1.52.3", features = ["full"] }
tower-http = { version = "0.7.0", features = ["fs"] }