This commit is contained in:
Sean McArthur
2014-08-30 14:18:28 -07:00
commit 8865516816
4 changed files with 40 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[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"