[package] name = "sort_alogorithms" version = "0.1.1" edition = "2021" author="Gabriel Bernardo da Silva" readme = "readme.md" license = "MIT" keywords = ["sort", "sort_algorithms", "algorithm"] categories = ["development-tools"] description = "This package have the implementation of several sort algorithms" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]