rand is a required dependency
This commit is contained in:
parent
c84187f446
commit
a1e2584367
@ -7,4 +7,4 @@ license = "MIT"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = { version = "0.8.5", optional = true }
|
rand = { version = "0.8.5" }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user