diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-05-09 00:48:41 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-05-09 00:48:41 +0200 |
commit | e4d538a49331a15db6a727d9b194b898318f8724 (patch) | |
tree | 43a2cb63c70d49421a8b566039f682f8cc0ff5a3 | |
parent | 15ba5ee2c2430a532e5fc185e38e583bba24cd21 (diff) | |
download | vtcol-e4d538a49331a15db6a727d9b194b898318f8724.tar.gz |
cargo: extend manifest
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |