summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-06-01 12:17:43 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-06-01 12:23:02 +0200
commit301cd06e41aab0bd646f4664b0b182c97cd8a1dd (patch)
tree416b8c3be7f8ee8369f5cc09d943c394f25a8fab /openpgp/Cargo.toml
parent4cae004d69eaf56d29537bc626c5b26237c78a64 (diff)
openpgp: Add convenience functions to check for sig and key expiry.
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 440db815..3d2d4c31 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -11,3 +11,4 @@ failure = "0.1.1"
flate2 = "1.0.1"
nettle = { git = "https://gitlab.com/sequoia-pgp/nettle-rs.git" }
quickcheck = "0.6"
+time = "0.1.38"