radioxide/back/Cargo.toml
Ahmet Kaan GÜMÜŞ aeafc3cf4e feat: coin flip
feat:  button trigger
2024-03-09 03:35:17 +03:00

14 lines
389 B
TOML

[package]
name = "back"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[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"] }
tower-http = { version = "0.5.2", features = ["full"] }