[package] name = "terble" version = "0.1.0" edition = "2021" description = "Simple CLI table generator" authors = ["TeraWattHour"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] termion = "1.5.6"