############################################################################### # VTCOL ############################################################################### [package] name = "vtcol" description = "Set Linux console color scheme" version = "0.42.2" authors = [ "Philipp Gesang " ] repository = "https://github.com/phi-gamma/vtcol" keywords = [ "linux", "virtual_terminal", "tty", "console", "system" ] readme = "README.rst" license = "GPL-3.0" [[bin]] name = "vtcol" path = "src/vtcol.rs" test = false doc = false [dependencies] libc = "0.2" getopts = "0.2"