[package] name = "tsur" version = "0.1.6" authors = ["109149 <109149qwe@gmail.com>"] description = "Count ASCII characters in file(s)." edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/109149/tsur" homepage = "https://github.com/109149/tsur" documentation = "https://github.com/109149/tsur" readme = "README.md" keywords = ["ascii", "tsur", "count"] categories = ["command-line-utilities", "text-processing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.0.0" [[bin]] path = "src/main.rs" name = "tsur" [lib] name = "tsur" path = "src/lib.rs" [[test]] path = "src/ascii/test.rs" name = "tsur-ascii-test"