From 8d0d7de38a97f5c7e8f37b423aab804978406838 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 19 Aug 2016 14:53:37 +0200 Subject: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..7368cda --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "benchsort" +version = "0.1.0" +authors = ["Johannes Löthberg "] + +[dependencies] +time = "0.1" +ironsort = { path = "..//ironsort" } +quicksort = "^1.0.0" -- cgit v1.2.3-54-g00ecf