]> Untitled Git - lemmy.git/blobdiff - crates/db_views/Cargo.toml
First pass at invite-only migration. (#1949)
[lemmy.git] / crates / db_views / Cargo.toml
index da942b861e2045e2d510ff050a114bce41490042..ec2f7077d81381feee127950240dd9f188c7c92f 100644 (file)
@@ -1,11 +1,21 @@
 [package]
 name = "lemmy_db_views"
-version = "0.1.0"
+version = "0.15.0-rc.6"
 edition = "2018"
+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"
+
+[lib]
+doctest = false
 
 [dependencies]
-lemmy_db_queries = { path = "../db_queries" }
-lemmy_db_schema = { path = "../db_schema" }
-diesel = { version = "1.4.5", features = ["postgres","chrono","r2d2","serde_json"] }
-serde = { version = "1.0.118", features = ["derive"] }
-log = "0.4.11"
+lemmy_db_schema = { version = "=0.15.0-rc.6", path = "../db_schema" }
+diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"] }
+serde = { version = "1.0.131", features = ["derive"] }
+tracing = "0.1.29"
+url = "2.2.2"
+
+[dev-dependencies]
+serial_test = "0.5.1"