11 lines
185 B
TOML
11 lines
185 B
TOML
[package]
|
|
name = "cove-db"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
sqlx.workspace = true
|
|
anyhow.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
cove-net-common.workspace = true |