diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index a259d98..458f48d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -16,6 +16,7 @@ anyhow = "1.0.68" once_cell = "1.17.0" chashmap = "2.2.2" argon2 = "0.4.1" +rand = "0.8.5" async-std = "1.12.0" rocket = { version = "0.5.0-rc.2", features = ["secrets"] } |