wordl/Cargo.toml
2024-06-12 01:19:39 +02:00

19 lines
262 B
TOML

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