mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +00:00
Add cargo metadata to all crates (#1853)
This commit is contained in:
parent
aef9786fa7
commit
e9d9bc82d8
15 changed files with 29 additions and 1 deletions
|
@ -3,8 +3,8 @@ name = "lemmy_server"
|
||||||
version = "0.13.0"
|
version = "0.13.0"
|
||||||
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]
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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"
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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"
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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.0", path = "../apub" }
|
lemmy_apub = { version = "=0.13.0", path = "../apub" }
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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"
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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.0", path = "../utils" }
|
lemmy_utils = { version = "=0.13.0", path = "../utils" }
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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"
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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"
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.13.0"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue