summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2015-05-03 16:39:35 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2015-05-03 16:39:35 +0200
commit944a3c2477b48030602b0452d70ed10136156812 (patch)
tree7a82bd99f3bd5f123d475401fd13e5bedb753d0d
parent3e65e5a7d31fddf8a7467515004ca7e021177c62 (diff)
downloadvtcol-944a3c2477b48030602b0452d70ed10136156812.tar.gz
cargo: extend build definition
-rw-r--r--Cargo.toml15
1 files 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 <phg@phi-gamma.net>" ]
+name = "vtcol"
+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"]
+readme = "README.rst"
[[bin]]
-name = "vtcol"
-test = false
-doc = false
+name = "vtcol"
+test = false
+doc = false