Add cargo metadata to all crates (#1853)

ignore_outbox_errors
Tmpod 2021-10-19 18:03:43 +01:00 committed by Dessalines
parent 32f4e17df2
commit 250cc6645a
15 changed files with 29 additions and 1 deletions

View File

@ -3,8 +3,8 @@ name = "lemmy_server"
version = "0.13.3" version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
homepage = "https://join-lemmy.org/"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html" documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
name = "lemmy_api" name = "lemmy_api"

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
name = "lemmy_api_common" name = "lemmy_api_common"

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[dependencies] [dependencies]
lemmy_apub = { version = "=0.13.3", path = "../apub" } lemmy_apub = { version = "=0.13.3", path = "../apub" }

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
name = "lemmy_apub" name = "lemmy_apub"

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[dependencies] [dependencies]
lemmy_utils = { version = "=0.13.3", path = "../utils" } lemmy_utils = { version = "=0.13.3", path = "../utils" }

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
proc-macro = true proc-macro = true

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
name = "lemmy_db_queries" name = "lemmy_db_queries"

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
doctest = false doctest = false

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
doctest = false doctest = false

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
doctest = false doctest = false

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
doctest = false doctest = false

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
doctest = false doctest = false

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
name = "lemmy_utils" name = "lemmy_utils"

View File

@ -4,6 +4,8 @@ version = "0.13.3"
edition = "2018" edition = "2018"
description = "A link aggregator for the fediverse" description = "A link aggregator for the fediverse"
license = "AGPL-3.0" license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib] [lib]
name = "lemmy_websocket" name = "lemmy_websocket"