diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-09T07·10+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-09T07·10+0200 |
commit | d91dec28f8aa1eacbcce697f232902ad09d79523 (patch) | |
tree | 0e9be05eb45d52f7788591fde105345f27ec693c /Cargo.toml | |
parent | c07c46621960010b2a351f55a8255439362745f0 (diff) |
fix(main): Generate random session key
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
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" |