diff --git a/Cargo.toml b/Cargo.toml index 0fe360c..cff2cc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" [dependencies] chrono = "0.4" colored = "1.8" +dirs = "2.0" log = "0.4" serde = "1.0" serde_derive = "1.0"