From 944a3c2477b48030602b0452d70ed10136156812 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 3 May 2015 16:39:35 +0200 Subject: cargo: extend build definition --- Cargo.toml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6555395..1136ff4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,15 @@ ############################################################################### [package] -name = "vtcol" -version = "0.42.0" -authors = [ "Philipp Gesang " ] +name = "vtcol" +version = "0.42.0" +authors = [ "Philipp Gesang " ] +repository = "https://github.com/phi-gamma/vtcol" +keywords = ["linux", "virtual terminal", "vt", "tty", "console", "system"] +readme = "README.rst" [[bin]] -name = "vtcol" -test = false -doc = false +name = "vtcol" +test = false +doc = false -- cgit v1.2.3