Rocket/lib/Cargo.toml

16 lines
255 B
TOML
Raw Normal View History

[package]
name = "rocket"
2016-08-27 12:34:06 +00:00
version = "0.0.6"
authors = ["Sergio Benitez <sb@sergio.bz>"]
[dependencies]
term-painter = "*"
log = "*"
hyper = "*"
url = "*"
mime = "*"
# [dependencies.hyper]
# git = "https://github.com/hyperium/hyper.git"
# branch = "mio"