X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2FCargo.toml;h=83a32ba3016faa4347ebd99b10b4efbdb69f4b7c;hb=70c549dad8320a2bd2f46bb39521b571423bef36;hp=d996e2ac7766f11a0e213682684c7fa623333751;hpb=1eaf2c8a038afc143e6f495fe474119d90078236;p=lemmy.git diff --git a/crates/db_schema/Cargo.toml b/crates/db_schema/Cargo.toml index d996e2ac..83a32ba3 100644 --- a/crates/db_schema/Cargo.toml +++ b/crates/db_schema/Cargo.toml @@ -40,6 +40,8 @@ typed-builder = { workspace = true } async-trait = { workspace = true } tokio = { workspace = true } bb8 = { version = "0.8.0", optional = true } +tracing = { workspace = true } +tracing-error = { workspace = true } [dev-dependencies] serial_test = { workspace = true }