add rand, ordering, shadowing, type coercion

This commit is contained in:
2022-12-13 08:53:41 -05:00
parent 915ba1a499
commit 7cbfe8dbc9
2 changed files with 18 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.3"