1
0
mirror of https://gitlab.com/Anson-Projects/anson-stuff/Go-v-Rust-Quicksort.git synced 2025-07-26 08:11:33 +00:00
Files
Go-v-Rust-Quicksort/data_generation/Cargo.toml
2022-03-31 22:35:11 -07:00

9 lines
198 B
TOML

[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"