summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/Cargo.toml
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2019-12-18 21:06:28 +0100
committerIgor Matuszewski <igor@sequoia-pgp.org>2019-12-20 14:40:49 +0100
commitc643f14f44f7df7bb87c3ad48258c0c8da0eabd5 (patch)
tree62628f4237807ed143db3e35be0731afe08dfb49 /openpgp-ffi/Cargo.toml
parent5aaba0ee305de42127d3f021ac56629306a32c16 (diff)
Remove nettle dependency where it's unnecessary
Diffstat (limited to 'openpgp-ffi/Cargo.toml')
-rw-r--r--openpgp-ffi/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index 6d62fa09..26e11068 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-ffi/Cargo.toml
@@ -28,7 +28,6 @@ failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"
memsec = "0.5.6"
-nettle = "5.0"
[dev-dependencies]
filetime = "0.2"