Add rand crate.

This commit is contained in:
2022-06-30 17:51:48 +02:00
parent e713fcf981
commit a3fd53f658
2 changed files with 69 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8"