[package] name = "Text_Processing_Toolkit" version = "0.1.1" authors = ["IceBlockProduction "] description = "A Rust implementation of the Unix concatenate command (cat)" license = "MIT" categories = ["command-line-utilities", "text-processing"] keywords = ["cat", "wc","cli"] edition = "2018" repository = "https://github.com/IceBlockProduction/Text-Processing-Toolkit" readme="README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "tpt" path = "src/lib.rs" [dependencies] structopt = "0.3.17"