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
20 lines
386 B
[package]
|
|
name = "sup"
|
|
version = "0.1.0"
|
|
authors = ["rascul <rascul3@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
colored = "2.0"
|
|
dirs = "4.0"
|
|
fern = { version = "0.6", features = ["colored"] }
|
|
getopts = "0.2"
|
|
log = "0.4"
|
|
mio = "0.6"
|
|
mio-child-process = "0.2"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
signal-hook = { version = "0.1", features = ["mio-support"] }
|
|
toml = "0.5"
|