openstellaris/backend/Cargo.toml

20 lines
517 B
TOML

[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[dependencies]
common = { path = "../common", features = ["worldgen"] }
anyhow = "1.0.76"
axum = { version = "0.7.2", features = ["http2"] }
clap = { version = "4.4.11", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tokio = { version = "1.35.1", features = ["full"] }
[dependencies.prisma-client-rust]
git = "https://github.com/Brendonovich/prisma-client-rust"
tag = "0.6.10"
features = ["rspc"]