From 8d1a91b3b8b7ccceb91c2d5311be49d1ad540dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Wed, 4 Jan 2017 12:36:37 +0100 Subject: [PATCH] Removing orphaned Cargo.toml --- util/https-fetch/Cargo.toml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 util/https-fetch/Cargo.toml diff --git a/util/https-fetch/Cargo.toml b/util/https-fetch/Cargo.toml deleted file mode 100644 index b45904f3a..000000000 --- a/util/https-fetch/Cargo.toml +++ /dev/null @@ -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 "] - -[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"]