diff options
-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 |