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/"
|
||||
homepage = "https://maud.lambda.xyz/"
|
||||
repository = "https://github.com/lfairy/maud"
|
||||
description = """
|
||||
Compile-time HTML templates.
|
||||
"""
|
||||
description = "Compile-time HTML templates."
|
||||
categories = ["template-engine"]
|
||||
|
||||
[dependencies]
|
||||
iron = { version = "0.5.1", 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/"
|
||||
homepage = "https://maud.lambda.xyz/"
|
||||
repository = "https://github.com/lfairy/maud"
|
||||
description = """
|
||||
Compile-time HTML templates.
|
||||
"""
|
||||
description = "Compile-time HTML templates."
|
||||
|
||||
[dependencies]
|
||||
if_chain = "0.1"
|
||||
|
@ -19,3 +17,6 @@ maud = { path = "../maud", version = "0.16.0" }
|
|||
[lib]
|
||||
name = "maud_macros"
|
||||
plugin = true
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "lfairy/maud" }
|
||||
|
|
Loading…
Add table
Reference in a new issue