[package] name = "file_alphabetizer" version = "2.1.3" edition = "2021" authors = ["A'shaun Thomas ashaunthomas@siu.edu"] description = "A function that takes a file and alphabetizes it." keywords = ["alphabetizer", "alphabetize", "file", "file-alphabetizer"] license = "MIT OR Apache-2.0" homepage = "https://github.com/14kgoldslumcpuwzrd/file_alphabetizer" documentation = "https://github.com/14kgoldslumcpuwzrd/file_alphabetizer/blob/master/README.md" repository = "https://github.com/14kgoldslumcpuwzrd/file_alphabetizer" exclude = [ ".github/" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.0", features = ["derive"] } anyhow = "1.0"