summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-04-10 01:39:20 +0200
committerIgor Matuszewski <igor@sequoia-pgp.org>2020-06-22 11:57:07 +0200
commit61c66c3df5b12f79102eccddf479f58c1a3bdd63 (patch)
tree226e4dfa536e2c78a9e66a616831deb34e91b054 /openpgp/Cargo.toml
parentc8c207e931f204e5746eaff7dd57382048d26492 (diff)
openpgp: Move Nettle hashing impls to the backend module
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 2b33b04e..f4c1d665 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -29,6 +29,7 @@ anyhow = "1"
buffered-reader = { path = "../buffered-reader", version = "0.17", default-features = false }
base64 = ">= 0.11, < 0.13"
bzip2 = { version = "0.3.2", optional = true }
+dyn-clone = "1"
flate2 = { version = "1.0.1", optional = true }
idna = "0.2"
lalrpop-util = "0.17"