boilerplate

This commit is contained in:
nora 2022-01-23 21:53:17 +01:00
parent 68abd05376
commit bdd90a41c6
3 changed files with 101 additions and 38 deletions

View file

@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bumpalo = { version = "3.9.1", features = ["collections"] }
rand = "0.8.4"