summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2025-11-16 18:26:26 +0000
committersoryu <soryu@soryu.co>2025-11-16 18:27:53 +0000
commit679127a4f4685aa20fbf55fbd78c3a2e6832dabb (patch)
tree982644234c610821d38b556243738fb296497e62 /Cargo.toml
parent889467a29b8194f2a51aec71534631cd00a246ce (diff)
downloadsoryu-679127a4f4685aa20fbf55fbd78c3a2e6832dabb.tar.gz
soryu-679127a4f4685aa20fbf55fbd78c3a2e6832dabb.zip
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 0 insertions, 16 deletions
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"] }