[package] name = "pinax" authors = ["Skuld Norniern "] description = "A library for creating charts and tables in the terminal." license = "Apache-2.0" keywords = ["cli", "terminal", "chart", "table"] version = "0.1.0" edition = "2021" repository = "https://github.com/SkuldNorniern/pinax" categories = ["command-line-utilities"] [lib] name = "pinax" path = "src/lib.rs" [dependencies]