City-portal/Cargo.toml

10 lines
187 B
TOML

[package]
name = "city_portal"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1", features = ["full"] }
axum = "0.8"
async-graphql = "7"
async-graphql-axum = "7"