feat: ✨ coin flip
feat: ✨ button trigger
This commit is contained in:
parent
75cf0be90d
commit
aeafc3cf4e
3 changed files with 82 additions and 38 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue