Files
hyper/Cargo.toml
Sean McArthur 8865516816 init
2014-08-30 14:18:28 -07:00

12 lines
227 B
TOML

[package]
name = "hyper"
version = "0.0.1"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
[dependencies.url]
git = "https://github.com/servo/rust-url"
[dependencies.mime]
git = "https://github.com/seanmonstar/mime.rs"