mirror of
https://gitlab.com/arnekeller/ascii-table.git
synced 2024-12-04 21:49:08 +00:00
Updated build file.
This commit is contained in:
parent
3c9fe2a01d
commit
7e6fede295
10
Cargo.toml
10
Cargo.toml
@ -1,7 +1,13 @@
|
||||
[package]
|
||||
name = "ascii-table"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
authors = ["Gerrit Viljoen <red.striker@protonmail.com>"]
|
||||
license = "GPL-3.0+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
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"]
|
||||
|
Loading…
Reference in New Issue
Block a user