summaryrefslogtreecommitdiff
path: root/kattis-kth/alginda-quicksort/Cargo.toml
diff options
context:
space:
mode:
authormathiasmagnusson <mathiasmagnussons@gmail.com>2022-12-09 18:00:41 +0100
committermathiasmagnusson <mathiasmagnussons@gmail.com>2022-12-09 18:00:41 +0100
commita1eb38bebe6ce1668c3f96489506c3b05b9fe5cb (patch)
treecccf0fd4763dba123efab7c896292dc18d1eb458 /kattis-kth/alginda-quicksort/Cargo.toml
parente41e6c8bc72e3300a0fa137f198454341bc315b1 (diff)
downloadprogramming-problem-solving-a1eb38bebe6ce1668c3f96489506c3b05b9fe5cb.tar.gz
Move stuff around
Diffstat (limited to 'kattis-kth/alginda-quicksort/Cargo.toml')
-rw-r--r--kattis-kth/alginda-quicksort/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/kattis-kth/alginda-quicksort/Cargo.toml b/kattis-kth/alginda-quicksort/Cargo.toml
new file mode 100644
index 0000000..ed0217b
--- /dev/null
+++ b/kattis-kth/alginda-quicksort/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "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]