ascii-table/Cargo.toml
Gerrit Viljoen d930d332d0 save game
2020-05-16 21:56:52 +02:00

21 lines
503 B
TOML

[package]
name = "ascii_table"
version = "3.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 = ["command-line-interface"]
keywords = ["ascii", "table"]
[dependencies]
regex = "1"
[dev-dependencies]
colorful = "0.2"