Philip Jenvey cb8e620a39
feat: support query logging via diesel's instrumentation (#1925)
* feat: support query logging via diesel's instrumentation

- upgrades to latest diesel-async/diesel for diesel-async's new
migration harness
- removes diesel_logger

Closes STOR-417
2025-12-12 15:43:37 -08:00

19 lines
445 B
TOML

[package]
name = "syncserver-db-common"
version.workspace = true
license.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
backtrace.workspace = true
deadpool.workspace = true
http.workspace = true
thiserror.workspace = true
diesel.workspace = true
diesel-async.workspace = true
diesel_migrations.workspace = true
log.workspace = true
tokio.workspace = true
syncserver-common = { path = "../syncserver-common" }