ascii-table/Cargo.toml
2020-11-30 18:36:22 +02:00

18 lines
470 B
TOML

[package]
name = "ascii_table"
version = "3.0.2"
authors = ["Gerrit Viljoen <red.striker@protonmail.com>"]
license = "MIT"
edition = "2018"
description = "Print ASCII tables to the terminal"
repository = "https://gitlab.com/d5b4b2/ascii-table"
homepage = "https://gitlab.com/d5b4b2/ascii-table"
documentation = "https://docs.rs/ascii_table"
readme = "readme.md"
categories = ["command-line-interface"]
keywords = ["ascii", "table"]
[dev-dependencies]
colorful = "0.2"