ascii-table/Cargo.toml

18 lines
475 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"
2020-05-17 11:04:35 +00:00
version = "3.0.1"
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:58:37 +00:00
readme = "readme.md"
2019-05-13 20:41:06 +00:00
categories = ["command-line-interface"]
keywords = ["ascii", "table"]
2020-05-16 19:53:43 +00:00
[dev-dependencies]
colorful = "0.2"