]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/Cargo.toml
Speeding up comment-ltree migration, fixing index creation. Fixes #2664 (#2670)
[lemmy.git] / crates / db_schema / Cargo.toml
index d996e2ac7766f11a0e213682684c7fa623333751..83a32ba3016faa4347ebd99b10b4efbdb69f4b7c 100644 (file)
@@ -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 }