summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1f187f379e2a651e2dcb15ef4872a51233fb70a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
###############################################################################
#                                    VTCOL
###############################################################################

[package]
name        = "vtcol"
description = "Set Linux console color scheme"
version     = "0.42.2"
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"
edition     = "2021"

[[bin]]
name        = "vtcol"
path        = "src/vtcol.rs"
test        = false
doc         = false

[dependencies]
clap        = "2.33"
libc        = "0.2"
lazy_static = "1.4"