diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-05-09 00:51:29 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-05-09 00:51:29 +0200 |
commit | 792526d07d6b4c7fb57918074d0fa11831678e3a (patch) | |
tree | c56262ce19a60e0ab63607651c9b720d0b188fec | |
parent | e4d538a49331a15db6a727d9b194b898318f8724 (diff) | |
download | vtcol-792526d07d6b4c7fb57918074d0fa11831678e3a.tar.gz |
cargo: silence warnings about non-conformant “keywords” array
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ 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", "tty", "console", "system" ] readme = "README.rst" license = "GPL-3.0" |