From e5ccc1d13a82ec9b3bf86e61c045107b3171dfb2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 18 Oct 2019 12:47:09 -0400 Subject: load config data from a file too --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3322413..c696d13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" [dependencies] bytes = "0.4" clap = "2" +config = "0.9" crossterm = "0.11" directories = "2" env_logger = "0.7" -- cgit v1.2.3-54-g00ecf