summaryrefslogtreecommitdiff
path: root/kattis-kth-alginda-quicksort/Cargo.toml
blob: 4968225541209390d0b628427a26304e7ab1b793 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "kattis-kth-alginda-quicksort"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
rand = "0.8"
rand_pcg = "0.3"

[dependencies]