18 lines
375 B
TOML
18 lines
375 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"
|
|
|
|
[dev-dependencies.curl]
|
|
git = "https://github.com/carllerche/curl-rust"
|
|
|
|
[dev-dependencies.http]
|
|
git = "https://github.com/chris-morgan/rust-http"
|