summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-05-09 00:48:41 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2015-05-09 00:48:41 +0200
commite4d538a49331a15db6a727d9b194b898318f8724 (patch)
tree43a2cb63c70d49421a8b566039f682f8cc0ff5a3 /Cargo.toml
parent15ba5ee2c2430a532e5fc185e38e583bba24cd21 (diff)
downloadvtcol-e4d538a49331a15db6a727d9b194b898318f8724.tar.gz
cargo: extend manifest
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 07e1752..edc2378 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,12 +4,13 @@
[package]
name = "vtcol"
+description = "Set Linux console color scheme"
version = "0.42.0"
authors = [ "Philipp Gesang <phg@phi-gamma.net>" ]
repository = "https://github.com/phi-gamma/vtcol"
-keywords = ["linux", "virtual terminal", "vt", "tty", "console", "system"]
+keywords = [ "linux", "virtual terminal", "vt", "tty", "console", "system" ]
readme = "README.rst"
-license = "GPL3"
+license = "GPL-3.0"
[[bin]]
name = "vtcol"