diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2015-05-03 16:39:35 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2015-05-03 16:39:35 +0200 |
commit | 944a3c2477b48030602b0452d70ed10136156812 (patch) | |
tree | 7a82bd99f3bd5f123d475401fd13e5bedb753d0d | |
parent | 3e65e5a7d31fddf8a7467515004ca7e021177c62 (diff) | |
download | vtcol-944a3c2477b48030602b0452d70ed10136156812.tar.gz |
cargo: extend build definition
-rw-r--r-- | Cargo.toml | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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 |