initial commit

This commit is contained in:
Maple Nebel 2026-05-04 23:09:51 +02:00
commit a88e0e3bbb
6 changed files with 3109 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "multiiverse"
version = "0.1.0"
edition = "2024"
[dependencies]
actix-web = "4.13.0"
dotenvy = "0.15.7"
log = "0.4.29"
quick-xml = { version = "0.39.3", features = ["serialize"] }
serde = { version = "1.0.228", features = ["derive"] }
sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-native-tls", "postgres", "chrono", "ipnetwork"] }