[package] name = "ascii_code_finder" version = "0.1.0" authors = ["Wafelack "] edition = "2018" description = "Simple library to find ascii code of a character or get a character by its ascii code" repository = "https://github.com/Wafelack/ascii" license = "MIT" homepage = "https://github.com/wafelack/ascii" documentation = "https://github.com/Wafelack/ascii/blob/master/README.md" readme = "README.md" keywords = ["ascii", "convert"] [lib] name = "ascii_code_finder" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]