Merge pull request #4032 from ethcore/https-fetch

Removing orphaned Cargo.toml
This commit is contained in:
Robert Habermeier 2017-01-04 15:28:50 +01:00 committed by GitHub
commit 5a3aa98115

View File

@ -1,19 +0,0 @@
[package]
description = "HTTPS fetching library"
homepage = "http://parity.io"
license = "GPL-3.0"
name = "https-fetch"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
log = "0.3"
ethabi = "0.2.2"
mio = { git = "https://github.com/ethcore/mio", branch = "v0.5.x" }
rustls = { git = "https://github.com/ctz/rustls" }
clippy = { version = "0.0.85", optional = true}
[features]
default = []
ca-github-only = []
dev = ["clippy"]