Skip to content
Snippets Groups Projects
Commit 8d1a91b3 authored by Tomasz Drwięga's avatar Tomasz Drwięga
Browse files

Removing orphaned Cargo.toml

parent 4c532f9e
Branches
Tags
No related merge requests found
[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"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment