summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-17 20:08:31 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-17 20:08:31 -0400
commit41025a52fe3d2e4988296bfdc1ef549b60b8b667 (patch)
tree8c0110b59bfc98a290a8806cb6a7759765b77129 /Cargo.toml
parent651bfc36a8aa5a83c9143e62859623ef35f31c7f (diff)
Add login / logout functionality.
Adds the ability to log in, but doesn't yet authenticate against the database.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4a212c5..f15b815 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,5 @@ rust-crypto = "*"
base64 = "*"
clap = "*"
rpassword = "*"
+params = "*"
+persistent = "*"