1
0
mirror of https://gitlab.com/Anson-Projects/anson-stuff/Go-v-Rust-Quicksort.git synced 2025-07-26 16:21:34 +00:00

updated code borrowed from internet

This commit is contained in:
2022-03-31 11:02:52 -07:00
parent 7ac08434e0
commit e61d8861ce
3 changed files with 172 additions and 0 deletions

13
rust/Cargo.toml Normal file
View File

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