mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-04-01 19:51:42 +02:00
* 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
19 lines
445 B
TOML
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" }
|