about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-04-09T07·10+0200
committerVincent Ambo <tazjin@gmail.com>2018-04-09T07·10+0200
commitd91dec28f8aa1eacbcce697f232902ad09d79523 (patch)
tree0e9be05eb45d52f7788591fde105345f27ec693c /Cargo.toml
parentc07c46621960010b2a351f55a8255439362745f0 (diff)
fix(main): Generate random session key
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 66babe416737..2fb52937fdec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,3 +22,4 @@ reqwest = "0.8"
 frank_jwt = "3.0"
 serde_json = "1.0"
 hyper = "*"
+rand = "0.4"