summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-16 21:27:31 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-16 21:27:41 -0400
commitdc642430468a1942246642775040f9784ca3e8f2 (patch)
tree5f2475e1744b6f318f1a0715b9ec1568d7e1d193 /Cargo.toml
parent285075f369690295a0ffc83fdb5b68f3460b30d5 (diff)
Basic encryption and password validation.
This is a placeholder encryption scheme for authentication.
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 9e9a7a7..e19c8c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,4 @@ staticfile = "*"
regex = "*"
sqlite = "*"
rust-crypto = "*"
+base64 = "*"