ascii-table/Cargo.toml

14 lines
400 B
TOML
Raw Normal View History

2019-05-13 10:54:36 +00:00
[package]
name = "ascii-table"
2019-05-13 11:03:08 +00:00
version = "1.0.0"
2019-05-13 10:54:36 +00:00
authors = ["Gerrit Viljoen <red.striker@protonmail.com>"]
2019-05-13 11:03:08 +00:00
license = "GPL-3.0+"
2019-05-13 10:54:36 +00:00
edition = "2018"
2019-05-13 11:03:08 +00:00
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"]