From e4d538a49331a15db6a727d9b194b898318f8724 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 9 May 2015 00:48:41 +0200 Subject: cargo: extend manifest --- Cargo.toml | 5 +++-- 1 file 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 " ] 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" -- cgit v1.2.3