Rocket/lib/Cargo.toml

13 lines
224 B
TOML

[package]
name = "rocket"
version = "0.0.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
[dependencies]
term-painter = "*"
hyper = "*"
# [dependencies.hyper]
# git = "https://github.com/hyperium/hyper.git"
# branch = "mio"