summaryrefslogtreecommitdiffstats
path: root/ffi/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-11-20 19:02:34 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-11-21 16:25:30 +0100
commitb251f9e8857fba284f515061ac62013519997e30 (patch)
tree8cb3501b8cb32e43496e56dd76446ba7559c7eed /ffi/Cargo.toml
parent13c437470cc7377d7b761b5bb9b8d4efb0ba385e (diff)
openpgp: Replace time crate with std::time.
- In sq and sqv, use chrono to interface with the user. - Fixes #341.
Diffstat (limited to 'ffi/Cargo.toml')
-rw-r--r--ffi/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 4ca1ba41..10b80a26 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -33,7 +33,6 @@ libc = "0.2.33"
memsec = "0.5.6"
native-tls = "0.2.0"
nettle = "5.0"
-time = "0.1.40"
tokio-core = "0.1"
[dev-dependencies]