]> Untitled Git - lemmy.git/commitdiff
Add cargo metadata to all crates (#1853)
authorTmpod <35771816+Tmpod@users.noreply.github.com>
Tue, 19 Oct 2021 17:03:43 +0000 (18:03 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Oct 2021 17:03:43 +0000 (13:03 -0400)
15 files changed:
Cargo.toml
crates/api/Cargo.toml
crates/api_common/Cargo.toml
crates/api_crud/Cargo.toml
crates/apub/Cargo.toml
crates/apub_lib/Cargo.toml
crates/apub_lib_derive/Cargo.toml
crates/db_queries/Cargo.toml
crates/db_schema/Cargo.toml
crates/db_views/Cargo.toml
crates/db_views_actor/Cargo.toml
crates/db_views_moderator/Cargo.toml
crates/routes/Cargo.toml
crates/utils/Cargo.toml
crates/websocket/Cargo.toml

index 8fe071a832f36f285ae525fe69aa709329829487..153d9072fe6abd921f4d5ed9d80ad07731e7e16d 100644 (file)
@@ -3,8 +3,8 @@ name = "lemmy_server"
 version = "0.13.0"
 edition = "2018"
 description = "A link aggregator for the fediverse"
-homepage = "https://join-lemmy.org/"
 license = "AGPL-3.0"
+homepage = "https://join-lemmy.org/"
 documentation = "https://join-lemmy.org/docs/en/index.html"
 
 [lib]
index 4448a342345f91e9690490d478e11eed8c21ce91..04dd87e053d03f4f8f9dbbb1d2f1d8909132d426 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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]
 name = "lemmy_api"
index d900e303020c7ff33ab82989e167d3c75fe3eafc..261c061c5773f8fa0ef1931b2f759e7e4a084a8c 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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]
 name = "lemmy_api_common"
index 7666e220c310c8b02de368e3b04b38e7d3a0ee66..15438aa2e60a5f5c544ef7f79f09324f8806d186 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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"
 
 [dependencies]
 lemmy_apub = { version = "=0.13.0", path = "../apub" }
index 6e700f88ac4eeee38643a73a6b431264f6d99297..002f842d1c8af3ab1f5b3fcd82f60bd3bdebbcab 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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]
 name = "lemmy_apub"
index 0e56edf00d02e6281d1e8f0fb43595654a225135..1645d82a4fbead62cfd1c7d8b531d0cb6699b67c 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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"
 
 [dependencies]
 lemmy_utils = { version = "=0.13.0", path = "../utils" }
index 771e287f85c2126326e023879f671b353c3e8ac0..2dd7ff9bf8b0544c215ed3acca98afae0633bc73 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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]
 proc-macro = true
index 352eb591f93fcd647ed6d9689d2706e7f0cb93b2..6fcd1f8d0abaf9f83df257a19b5f9dff5b6d2348 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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]
 name = "lemmy_db_queries"
index d6ac3d72b8cde3457128eb758e1fdfd3417db2fe..66b0a293dddc2170dd492865cc3be0f552260a04 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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
index 2070d165b9bf5feb0f5aa12f7fee84af9959815f..85afe569e9f2d2939ac000b8170d2d36b0c10b68 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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
index e6f207391d7ffdd35c90192c9b1f6efcb1b0c2ce..fa21bf87b8867f08b909ab967b4014a19522d403 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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
index ea64e5d306723251e1d422f9bc452082ee18d512..3511d07d3fcc9f24397251fd1f3297824627d225 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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
index 7bf5be7f7e3e86d690fe7ef12300685f8dd54219..dfa8c9482e423dae5f1ebe1a306f378be6007756 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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
index 1a9d9465ecac4b4534edb38427262a03623f7d07..521c50a34c6f1842d02ef94e56bdd0691cba78bc 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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]
 name = "lemmy_utils"
index 7a3fbf9659353b489ff1c60df563be32288f9212..cab4da4392349fcc599d68171ffb8924d4f49940 100644 (file)
@@ -4,6 +4,8 @@ version = "0.13.0"
 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]
 name = "lemmy_websocket"