Add Backend

This commit is contained in:
BloxerHD 2026-06-23 17:17:57 +01:00
commit 05beab587b
Signed by: bloxerhd018
SSH key fingerprint: SHA256:ItSfcfhpXlfkMK3uQSDYW5X3XKm0hbHWQqWcCK57px8
31 changed files with 59 additions and 6 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[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"] }