Config with toml instead
This commit is contained in:
parent
8782b327b9
commit
fc37cf7f3d
|
@ -23,7 +23,6 @@ lto = true
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.10"
|
chrono = "0.4.10"
|
||||||
clap = "2.33.0"
|
clap = "2.33.0"
|
||||||
crossterm = "0.14"
|
|
||||||
failure = "0.1.6"
|
failure = "0.1.6"
|
||||||
fern = "0.5.9"
|
fern = "0.5.9"
|
||||||
futures-timer = "3.0.1"
|
futures-timer = "3.0.1"
|
||||||
|
@ -34,10 +33,12 @@ regex = "1.3.4"
|
||||||
sysinfo = "0.10.5"
|
sysinfo = "0.10.5"
|
||||||
tokio = "0.2.11"
|
tokio = "0.2.11"
|
||||||
winapi = "0.3.8"
|
winapi = "0.3.8"
|
||||||
|
crossterm = "0.14"
|
||||||
tui = {version = "0.8", features = ["crossterm"], default-features = false }
|
tui = {version = "0.8", features = ["crossterm"], default-features = false }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
yaml-rust = "0.4.3"
|
toml = "0.5.6"
|
||||||
|
serde = "1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_cmd = "0.12"
|
assert_cmd = "0.12"
|
||||||
|
|
Loading…
Reference in New Issue