mirror of
https://gitlab.com/arnekeller/ascii-table.git
synced 2024-12-04 13:39:06 +00:00
22 lines
547 B
TOML
22 lines
547 B
TOML
[package]
|
|
name = "ascii_table"
|
|
version = "4.0.0-alpha"
|
|
authors = ["Gerrit Viljoen <red.striker@protonmail.com>"]
|
|
license = "MIT"
|
|
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"]
|
|
|
|
[dev-dependencies]
|
|
colorful = "0.2"
|
|
|
|
[dependencies]
|
|
unicode-segmentation = "1.7.1"
|
|
unicode-width = "0.1.8"
|