summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-08 07:26:41 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-08 07:26:41 -0400
commit285075f369690295a0ffc83fdb5b68f3460b30d5 (patch)
tree38a2f399a2d4383f544755b299107792b7433068 /Cargo.toml
parenta2395baef35d3daedb66268d6e7bbcdad7b4cbe9 (diff)
Testing password encryption.
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 8661e7a..9e9a7a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,5 @@ router = "*"
horrorshow = "*"
staticfile = "*"
regex = "*"
+sqlite = "*"
+rust-crypto = "*"