From dc642430468a1942246642775040f9784ca3e8f2 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 16 Jun 2017 21:27:31 -0400 Subject: Basic encryption and password validation. This is a placeholder encryption scheme for authentication. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') 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)", -- cgit v1.2.3