diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-15 15:16:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-15 15:19:39 -0700 |
commit | 2233970493bec6228046a75941a2e6a04500f924 (patch) | |
tree | d80a0508032e08d9074ab1d56acee16d9de8b5c1 /rust/Cargo.toml | |
parent | 525f21c871f4947196dc8348019d941e84bf6e3c (diff) | |
download | fatcat-2233970493bec6228046a75941a2e6a04500f924.tar.gz fatcat-2233970493bec6228046a75941a2e6a04500f924.zip |
more cleanups
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ab3f5e35..9883a18b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -26,6 +26,7 @@ slog = "^2.0" slog-term = "*" slog-async = "*" +# Unused (hyper 0.11 and https) #hyper-openssl = {version = "0.2", optional = true} #hyper-tls = {version = "0.1.2", optional = true} #tokio-core = "0.1.6" |