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:
13
rust/Cargo.toml
Normal file
13
rust/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user