[package] name = "bubble-sort-davidkim" description = "A quick and non-optimized, cloning version of the bubble sort algorithm. Created as a showcase for publishing crates in the Rust Cookbook 2018" version = "0.1.0" authors = ["David Kim "] edition = "2021" repository = "https://github.com/SeongjungKim/rust" license = "MIT" categories = [ "algorithms", ] keywords = [ "cookbook", "davidkim", "bubble", "sort", ] readme = "README.md" maintenance = { status = "experimental" } [dependencies]