first commit

This commit is contained in:
sittichok Ouamsiri
2026-06-12 21:55:03 +07:00
commit 835475ac86
40 changed files with 6167 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "showdown-backend"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.8", features = ["ws"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "time", "sync"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tower-http = { version = "0.6", features = ["fs"] }
[profile.release]
opt-level = "z"
lto = true
strip = true