This commit is contained in:
Sean McArthur
2016-06-30 17:23:51 -07:00
commit 9bfdcec052
9 changed files with 601 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "request"
version = "0.1.0"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
license = "MIT/Apache-2.0"
[dependencies]
hyper = {git = "https://github.com/hyperium/hyper"}
log = "0.3"
[dev-dependencies]
env_logger = "0.3"