cove-chat/cove-db/Cargo.toml
CanadianBaconBoi c62bb41cd4 Add User Handling to CoveDb
and..
- Add Delete SqlPart
- Cleanup imports
2026-02-23 16:22:26 +01:00

13 lines
246 B
TOML

[package]
name = "cove-db"
version = "0.1.0"
edition = "2024"
[dependencies]
sqlx.workspace = true
anyhow.workspace = true
serde_json.workspace = true
cove-db-macros.workspace = true
async-trait.workspace = true
cove-net-common.workspace = true