[package] name = "rustichar" description = "Rustichar is a cli tool made to check the occurrences of characters in a string" version = "1.0.1" authors = ["Puppet "] readme = "README.md" edition = "2021" repository = "https://github.com/The-Puppet-Studios/rustichar" license-file = "LICENSE" keywords = ["cli", "program", "char", "count", "hex"] [[bin]] name = "rustichar" path = "src/main.rs" [dependencies]