This commit is contained in:
2026-05-29 16:37:59 +01:00
commit 28a961b881
8 changed files with 1656 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "button"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = {version="0.8.9",features=["ws"]}
futures = "0.3.32"
rand = "0.10.1"
regex = "1.12.3"
serde = {version="1.0.228",features=["derive"]}
serde_json = "1.0.149"
tokio = {version="1.52.3",features=["full"]}
tower-http = {version="0.6.11",features=["fs"]}