summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent285075f369690295a0ffc83fdb5b68f3460b30d5 (diff)
Basic encryption and password validation.
This is a placeholder encryption scheme for authentication.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b0e15c0..a2aac1e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,6 +2,7 @@
name = "systemhttp"
version = "0.1.0"
dependencies = [
+ "base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"horrorshow 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",