diff --git a/Cargo.toml b/Cargo.toml index 8fe071a832..153d9072fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/crates/api/Cargo.toml b/crates/api/Cargo.toml index 4448a34234..04dd87e053 100644 --- a/crates/api/Cargo.toml +++ b/crates/api/Cargo.toml @@ -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" diff --git a/crates/api_common/Cargo.toml b/crates/api_common/Cargo.toml index d900e30302..261c061c57 100644 --- a/crates/api_common/Cargo.toml +++ b/crates/api_common/Cargo.toml @@ -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" diff --git a/crates/api_crud/Cargo.toml b/crates/api_crud/Cargo.toml index 7666e220c3..15438aa2e6 100644 --- a/crates/api_crud/Cargo.toml +++ b/crates/api_crud/Cargo.toml @@ -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" } diff --git a/crates/apub/Cargo.toml b/crates/apub/Cargo.toml index 6e700f88ac..002f842d1c 100644 --- a/crates/apub/Cargo.toml +++ b/crates/apub/Cargo.toml @@ -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" diff --git a/crates/apub_lib/Cargo.toml b/crates/apub_lib/Cargo.toml index 0e56edf00d..1645d82a4f 100644 --- a/crates/apub_lib/Cargo.toml +++ b/crates/apub_lib/Cargo.toml @@ -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" } diff --git a/crates/apub_lib_derive/Cargo.toml b/crates/apub_lib_derive/Cargo.toml index 771e287f85..2dd7ff9bf8 100644 --- a/crates/apub_lib_derive/Cargo.toml +++ b/crates/apub_lib_derive/Cargo.toml @@ -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 diff --git a/crates/db_queries/Cargo.toml b/crates/db_queries/Cargo.toml index 352eb591f9..6fcd1f8d0a 100644 --- a/crates/db_queries/Cargo.toml +++ b/crates/db_queries/Cargo.toml @@ -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" diff --git a/crates/db_schema/Cargo.toml b/crates/db_schema/Cargo.toml index d6ac3d72b8..66b0a293dd 100644 --- a/crates/db_schema/Cargo.toml +++ b/crates/db_schema/Cargo.toml @@ -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 diff --git a/crates/db_views/Cargo.toml b/crates/db_views/Cargo.toml index 2070d165b9..85afe569e9 100644 --- a/crates/db_views/Cargo.toml +++ b/crates/db_views/Cargo.toml @@ -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 diff --git a/crates/db_views_actor/Cargo.toml b/crates/db_views_actor/Cargo.toml index e6f207391d..fa21bf87b8 100644 --- a/crates/db_views_actor/Cargo.toml +++ b/crates/db_views_actor/Cargo.toml @@ -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 diff --git a/crates/db_views_moderator/Cargo.toml b/crates/db_views_moderator/Cargo.toml index ea64e5d306..3511d07d3f 100644 --- a/crates/db_views_moderator/Cargo.toml +++ b/crates/db_views_moderator/Cargo.toml @@ -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 diff --git a/crates/routes/Cargo.toml b/crates/routes/Cargo.toml index 7bf5be7f7e..dfa8c9482e 100644 --- a/crates/routes/Cargo.toml +++ b/crates/routes/Cargo.toml @@ -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 diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 1a9d9465ec..521c50a34c 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -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" diff --git a/crates/websocket/Cargo.toml b/crates/websocket/Cargo.toml index 7a3fbf9659..cab4da4392 100644 --- a/crates/websocket/Cargo.toml +++ b/crates/websocket/Cargo.toml @@ -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"