summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7368cda1ff46c70f571c0ee101014e385083081b (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "benchsort"
version = "0.1.0"
authors = ["Johannes Löthberg <johannes@kyriasis.com>"]

[dependencies]
time = "0.1"
ironsort = { path = "..//ironsort" }
quicksort = "^1.0.0"