17 lines
352 B
TOML
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 |