]> 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 90ee264f8255f704d220f26ddc915e4d671d52bb..83a32ba3016faa4347ebd99b10b4efbdb69f4b7c 100644 (file)
@@ -6,6 +6,7 @@ description.workspace = true
 license.workspace = true
 homepage.workspace = true
 documentation.workspace = true
+repository.workspace = true
 
 [lib]
 name = "lemmy_db_schema"
@@ -39,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 }