feat: coin flip

feat:  button trigger
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-03-09 03:35:17 +03:00
parent 75cf0be90d
commit aeafc3cf4e
3 changed files with 82 additions and 38 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
axum = "0.7.4"
rand = "0.8.5"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
tokio = { version = "1.36.0", features = ["full"] }