Philip Jenvey e8d89d7ab6
refactor: move syncstorage-mysql's error -> db-common
so syncstorage-postgres can share it

Issue STOR-330
2025-10-17 16:13:05 -07:00

23 lines
566 B
TOML

[package]
name = "syncstorage-db-common"
version.workspace = true
license.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
async-trait.workspace = true
backtrace.workspace = true
chrono.workspace = true
deadpool.workspace = true
diesel.workspace = true
diesel_migrations.workspace = true
http.workspace = true
lazy_static.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
syncserver-common = { path = "../syncserver-common" }
syncserver-db-common = { path = "../syncserver-db-common" }