cove-chat/cove-net/server/Cargo.toml
CanadianBaconBoi e27a0d33d7 Initial Commit
2026-02-17 18:22:49 +01:00

17 lines
352 B
TOML

[package]
name = "cove-net-server"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
http-body-util.workspace = true
hyper.workspace = true
hyper-util.workspace = true
scc.workspace = true
tokio.workspace = true
serde_json.workspace = true
cove-net-common.workspace = true
cove-db.workspace = true