1
0
mirror of https://gitlab.com/Anson-Projects/anson-stuff/Go-v-Rust-Quicksort.git synced 2025-07-27 08:41:23 +00:00

generated random data

This commit is contained in:
2022-03-31 22:35:11 -07:00
parent 28c33a25b1
commit 364bcb0f88

View File

@@ -0,0 +1,9 @@
[package]
name = "data_generation"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"