Files
reqwest-impersonate/Cargo.toml
Sean McArthur 9bfdcec052 init
2016-06-30 17:23:51 -07:00

13 lines
244 B
TOML

[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"