maud/iron-maud/Cargo.toml

21 lines
432 B
TOML
Raw Normal View History

2016-09-01 19:12:18 +12:00
[package]
2016-09-20 23:45:50 +12:00
2016-09-01 19:12:18 +12:00
name = "iron-maud"
version = "0.1.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
2016-09-20 23:45:50 +12:00
license = "MIT/Apache-2.0"
documentation = "https://lambda.xyz/maud/iron-maud"
homepage = "http://lfairy.gitbooks.io/maud/content/"
repository = "https://github.com/lfairy/maud"
description = """
Maud integration for the Iron web framework.
"""
2016-09-01 19:12:18 +12:00
[dependencies]
iron = "0.4.0"
[dependencies.maud]
path = "../maud"
2016-09-20 23:45:50 +12:00
version = "0.10.0"