Add juicy metadata to Cargo.toml
This commit is contained in:
parent
7b67fe1e3e
commit
23399225c3
2 changed files with 9 additions and 6 deletions
|
@ -8,10 +8,12 @@ license = "MIT/Apache-2.0"
|
||||||
documentation = "https://lambda.xyz/maud/maud/"
|
documentation = "https://lambda.xyz/maud/maud/"
|
||||||
homepage = "https://maud.lambda.xyz/"
|
homepage = "https://maud.lambda.xyz/"
|
||||||
repository = "https://github.com/lfairy/maud"
|
repository = "https://github.com/lfairy/maud"
|
||||||
description = """
|
description = "Compile-time HTML templates."
|
||||||
Compile-time HTML templates.
|
categories = ["template-engine"]
|
||||||
"""
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iron = { version = "0.5.1", optional = true }
|
iron = { version = "0.5.1", optional = true }
|
||||||
rocket = { version = ">= 0.1.2, < 0.3", optional = true }
|
rocket = { version = ">= 0.1.2, < 0.3", optional = true }
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "lfairy/maud" }
|
||||||
|
|
|
@ -8,9 +8,7 @@ license = "MIT/Apache-2.0"
|
||||||
documentation = "https://lambda.xyz/maud/maud/"
|
documentation = "https://lambda.xyz/maud/maud/"
|
||||||
homepage = "https://maud.lambda.xyz/"
|
homepage = "https://maud.lambda.xyz/"
|
||||||
repository = "https://github.com/lfairy/maud"
|
repository = "https://github.com/lfairy/maud"
|
||||||
description = """
|
description = "Compile-time HTML templates."
|
||||||
Compile-time HTML templates.
|
|
||||||
"""
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
if_chain = "0.1"
|
if_chain = "0.1"
|
||||||
|
@ -19,3 +17,6 @@ maud = { path = "../maud", version = "0.16.0" }
|
||||||
[lib]
|
[lib]
|
||||||
name = "maud_macros"
|
name = "maud_macros"
|
||||||
plugin = true
|
plugin = true
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "lfairy/maud" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue