aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/aquatic-prime/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2018-11-06 01:25:24 +0100
committerTeddy Wing2018-11-06 01:25:24 +0100
commitee46dae322972b23cf9751a645dc97fbe4c5bf75 (patch)
tree5649405c7f200abe5e33b54fa2e1f316a5e7e4a2 /license-generator/aquatic-prime/Cargo.toml
parent96c064130dee83f4838bcc1618757575a193b0e1 (diff)
downloaddome-key-web-ee46dae322972b23cf9751a645dc97fbe4c5bf75.tar.bz2
aquatic-prime: Base64 encode the signature
Diffstat (limited to 'license-generator/aquatic-prime/Cargo.toml')
-rw-r--r--license-generator/aquatic-prime/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/license-generator/aquatic-prime/Cargo.toml b/license-generator/aquatic-prime/Cargo.toml
index a4f1dba..40e3fcd 100644
--- a/license-generator/aquatic-prime/Cargo.toml
+++ b/license-generator/aquatic-prime/Cargo.toml
@@ -3,4 +3,5 @@ name = "aquatic-prime"
version = "0.0.1"
[dependencies]
+base64 = "0.10.0"
openssl = "0.10.15"