[package] name = "quick_select" version = "1.0.0" authors = ["notrodes "] edition = "2018" description = "The Quick Select algorithm for Vec implemented in rust using Lomunto partitioning." license = "MIT" readme = "README.md" repository = "https://gitlab.com/notrodes/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]