Rocket/lib/Cargo.toml

24 lines
398 B
TOML
Raw Normal View History

[package]
name = "rocket"
2016-10-04 02:50:01 +00:00
version = "0.0.10"
authors = ["Sergio Benitez <sb@sergio.bz>"]
[dependencies]
term-painter = "^0.2"
log = "^0.3"
url = "^1"
toml = "^0.2"
2016-10-18 02:29:58 +00:00
# cookie = "^0.3"
2016-10-09 11:29:02 +00:00
[dependencies.hyper]
git = "https://github.com/SergioBenitez/hyper"
default-features = false
branch = "0.9.x"
[dev-dependencies]
lazy_static = "*"
2016-10-18 02:29:58 +00:00
rocket_codegen = { path = "../codegen" }
[features]
testing = []