wordl/Cargo.toml

22 lines
315 B
TOML

[package]
name = "wordl"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.4"
http = "1.1.0"
rand = "0.8.5"
shuttle-axum = "0.45.0"
shuttle-runtime = "0.45.0"
tokio = "1.28.2"
tower-http = { version = "0.5.2", features = ["fs", "cors"] }
yew = "0.21.0"
[workspace]
members = [
".",
"frontend",
]