added the library rand
parent
77b0bf000c
commit
c48a13265e
|
@ -8,6 +8,7 @@ edition = "2018"
|
|||
rocket = "0.4.2"
|
||||
diesel = { version = "1.0.0", features = ["postgres", "sqlite"] }
|
||||
dotenv = "0.9.0"
|
||||
rand = "0.6.0"
|
||||
|
||||
[dependencies.rocket_contrib]
|
||||
version = "0.4.2"
|
||||
|
|
Loading…
Reference in New Issue