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"
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]

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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"

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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"

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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.3", path = "../apub" }

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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"

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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.3", path = "../utils" }

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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"

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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"

View File

@ -4,6 +4,8 @@ version = "0.13.3"
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"