rand is a required dependency

This commit is contained in:
markichnich 2024-03-18 21:29:40 +01:00
parent c84187f446
commit a1e2584367

View File

@ -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" }