hippofish/packages/backend/crates/server/Cargo.toml
2023-05-13 23:25:50 -07:00

11 lines
275 B
TOML

[package]
name = "server"
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.6.18"
tokio = { version = "1.28.1", features = ["full"] }
config = { path = "../config" }