2016-03-07 19:28:04 +00:00
|
|
|
[package]
|
|
|
|
name = "rocket"
|
2016-08-08 10:48:00 +00:00
|
|
|
version = "0.0.5"
|
2016-03-07 19:28:04 +00:00
|
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-03-21 09:22:22 +00:00
|
|
|
term-painter = "*"
|
2016-08-24 08:30:09 +00:00
|
|
|
log = "*"
|
2016-04-01 23:54:53 +00:00
|
|
|
hyper = "*"
|
2016-08-02 02:07:36 +00:00
|
|
|
url = "*"
|
2016-08-23 03:34:22 +00:00
|
|
|
mime = "*"
|
2016-04-01 23:54:53 +00:00
|
|
|
|
|
|
|
# [dependencies.hyper]
|
|
|
|
# git = "https://github.com/hyperium/hyper.git"
|
|
|
|
# branch = "mio"
|