]> Untitled Git - lemmy.git/blobdiff - crates/db_views/Cargo.toml
First pass at adding comment trees. (#2362)
[lemmy.git] / crates / db_views / Cargo.toml
index 956ec8f02b4c9c0f784c6cad0b9ca89bc9b900fb..75daa09af40466efc8c11c15daec753b31f4a040 100644 (file)
@@ -19,6 +19,7 @@ lemmy_db_schema = { version = "=0.16.5", path = "../db_schema" }
 diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"], optional = true }
 serde = { version = "1.0.136", features = ["derive"] }
 tracing = { version = "0.1.32", optional = true }
+diesel_ltree = "0.2.7"
 
 [dev-dependencies]
 serial_test = "0.6.0"