You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
386 B

5 years ago
[package]
name = "sup"
2 years ago
version = "0.2.0"
5 years ago
authors = ["rascul <rascul3@gmail.com>"]
edition = "2021"
5 years ago
[dependencies]
5 years ago
chrono = "0.4"
2 years ago
colored = "2.0"
dirs = "4.0"
fern = { version = "0.6", features = ["colored"] }
getopts = "0.2"
5 years ago
log = "0.4"
mio = "0.6"
mio-child-process = "0.2"
5 years ago
serde = "1.0"
serde_derive = "1.0"
signal-hook = { version = "0.1", features = ["mio-support"] }
5 years ago
toml = "0.5"