Rocket/lib/Cargo.toml

24 lines
398 B
TOML

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