From fc37cf7f3dccaae6065a81ad5cfc869e9f74c23f Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Thu, 6 Feb 2020 21:47:47 -0500 Subject: Config with toml instead --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2224d80a..1a9bccbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,6 @@ lto = true [dependencies] chrono = "0.4.10" clap = "2.33.0" -crossterm = "0.14" failure = "0.1.6" fern = "0.5.9" futures-timer = "3.0.1" @@ -34,10 +33,12 @@ regex = "1.3.4" sysinfo = "0.10.5" tokio = "0.2.11" winapi = "0.3.8" +crossterm = "0.14" tui = {version = "0.8", features = ["crossterm"], default-features = false } lazy_static = "1.4.0" backtrace = "0.3" -yaml-rust = "0.4.3" +toml = "0.5.6" +serde = "1.0" [dev-dependencies] assert_cmd = "0.12" -- cgit v1.2.3