fix(main): Generate random session key

This commit is contained in:
Vincent Ambo 2018-04-09 09:10:28 +02:00
parent c07c466219
commit d91dec28f8
3 changed files with 12 additions and 1 deletions

View file

@ -22,3 +22,4 @@ reqwest = "0.8"
frank_jwt = "3.0"
serde_json = "1.0"
hyper = "*"
rand = "0.4"