From a1eb38bebe6ce1668c3f96489506c3b05b9fe5cb Mon Sep 17 00:00:00 2001 From: mathiasmagnusson Date: Fri, 9 Dec 2022 18:00:41 +0100 Subject: Move stuff around --- kattis-kth-alginda-quicksort/Cargo.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 kattis-kth-alginda-quicksort/Cargo.toml (limited to 'kattis-kth-alginda-quicksort/Cargo.toml') diff --git a/kattis-kth-alginda-quicksort/Cargo.toml b/kattis-kth-alginda-quicksort/Cargo.toml deleted file mode 100644 index 4968225..0000000 --- a/kattis-kth-alginda-quicksort/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[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] -- cgit v1.2.3