ascii-table/Cargo.toml

15 lines
440 B
TOML
Raw Normal View History

2019-05-13 10:54:36 +00:00
[package]
2019-05-13 20:41:06 +00:00
name = "ascii_table"
version = "0.1.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"
2019-05-13 20:41:06 +00:00
documentation = "https://docs.rs/ascii_table"
2019-05-13 20:41:30 +00:00
# readme = "readme.md"
2019-05-13 20:41:06 +00:00
categories = ["command-line-interface"]
keywords = ["ascii", "table"]