init
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user