]> 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 483c9e945ef6cf4ae6fadf1ba158c5541fc01a9c..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"
@@ -23,7 +24,7 @@ url = { version = "2.2.2", features = ["serde"] }
 strum =  "0.24.0"
 strum_macros = "0.24.0"
 serde_json = { version = "1.0.79", features = ["preserve_order"], optional = true }
-activitypub_federation = { version = "0.1.0", optional = true }
+activitypub_federation = { version = "0.2.0", optional = true }
 lemmy_utils = { version = "=0.16.5", path = "../utils", optional = true }
 bcrypt = { version = "0.12.1", optional = true }
 diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"], optional = true }
@@ -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"