ascii-table/Cargo.toml
2019-05-13 13:03:08 +02:00

14 lines
400 B
TOML

[package]
name = "ascii-table"
version = "1.0.0"
authors = ["Gerrit Viljoen <red.striker@protonmail.com>"]
license = "GPL-3.0+"
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 = ["ascii", "table"]