]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/Cargo.toml
First pass at adding comment trees. (#2362)
[lemmy.git] / crates / db_schema / Cargo.toml
index e5f7493871d5c8ec643d7da28f876c5b8c5c8350..7d0a38172d5fb47f1ab825e6dcb3cc848d24b7d5 100644 (file)
@@ -6,6 +6,7 @@ description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
 homepage = "https://join-lemmy.org/"
 documentation = "https://join-lemmy.org/docs/en/index.html"
+rust-version = "1.57"
 
 [lib]
 name = "lemmy_db_schema"
@@ -32,6 +33,7 @@ diesel_migrations = { version = "1.4.0", optional = true }
 sha2 = { version = "0.10.2", optional = true }
 regex = { version = "1.5.5", optional = true }
 once_cell = { version = "1.10.0", optional = true }
+diesel_ltree = "0.2.7"
 
 [dev-dependencies]
 serial_test = "0.6.0"