summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2017-11-24 14:45:38 +0100
committerJustus Winter <justus@pep-project.org>2017-11-24 14:47:10 +0100
commitde43b19f1a327425b8fb8f4b326f94e3346cfd97 (patch)
tree12162030325de22c0fd60c221de840ea8b0bdf3b /Cargo.toml
parent8831153329c6b3cae7b5d6037fd4c6577c9442eb (diff)
Implement writing ASCII Armored files.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d59a30e3..693b6f8b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ num = "0.1.40"
num-derive = "0.1.41"
flate2 = "0.2"
bzip2 = "0.3.2"
+base64 = "0.8.0"
[lib]
name = "sequoia"