blob: bd08da9654535d2ab3eabd4860f8d077e37b5940 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
###############################################################################
# VTCOL
###############################################################################
[package]
name = "vtcol"
description = "Set Linux console color scheme"
version = "0.42.1"
authors = [ "Philipp Gesang <phg@phi-gamma.net>" ]
repository = "https://github.com/phi-gamma/vtcol"
keywords = [ "linux", "virtual_terminal", "tty", "console", "system" ]
readme = "README.rst"
license = "GPL-3.0"
[[bin]]
name = "vtcol"
test = false
doc = false
|