From 679127a4f4685aa20fbf55fbd78c3a2e6832dabb Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 16 Nov 2025 18:26:26 +0000 Subject: Landing page redesign: minimalist layout, Mission/Contact buttons, Login redirect; update title and favicon Remove top level backend as it is used. Will be part of this monorepo, but structured differently --- Cargo.toml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index fdbfbd1..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,16 +0,0 @@ -[package] -name = "soryu-backend" -version = "0.1.0" -edition = "2021" - -[dependencies] -axum = { version = "0.7", features = ["macros", "json"] } -tokio = { version = "1.37", features = ["rt-multi-thread", "macros"] } -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -tower-http = { version = "0.5", features = ["cors", "trace"] } -tracing = "0.1" -tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } -tokio-stream = "0.1" -futures = "0.3" -chrono = { version = "0.4", default-features = false, features = ["clock"] } -- cgit v1.2.3