[package] name = "sorter" version = "0.4.0" authors = ["Douman "] license = "MIT" repository = "https://github.com/DoumanAsh/rust-sorter" description = "Simple rust implementation of all existing sorts" [dependencies] rand = "*" [lib] name = "sorter" path = "src/lib.rs" test = false