2016-03-07 19:28:04 +00:00
|
|
|
[package]
|
|
|
|
name = "rocket"
|
2016-10-04 02:50:01 +00:00
|
|
|
version = "0.0.10"
|
2016-03-07 19:28:04 +00:00
|
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-09-30 03:49:18 +00:00
|
|
|
term-painter = "^0.2"
|
|
|
|
log = "^0.3"
|
|
|
|
url = "^1"
|
2016-10-03 10:39:56 +00:00
|
|
|
toml = "^0.2"
|
2016-10-04 10:54:24 +00:00
|
|
|
|
2016-10-09 11:29:02 +00:00
|
|
|
[dependencies.hyper]
|
|
|
|
git = "https://github.com/SergioBenitez/hyper"
|
|
|
|
default-features = false
|
|
|
|
branch = "0.9.x"
|
|
|
|
|
2016-10-04 10:54:24 +00:00
|
|
|
[dev-dependencies]
|
|
|
|
lazy_static = "*"
|
2016-10-16 10:16:16 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
testing = []
|