aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSabu Siyad <[email protected]>2020-04-14 12:39:05 +0100
committerSabu Siyad <[email protected]>2020-04-14 12:39:05 +0100
commit1bf2f5603e057f8a047236a5c0fdaac9f95dc696 (patch)
tree563d4c1c3cd63a839eb86b140d02d9a5a137d060 /Cargo.toml
parentcf5fae32182d1f5a978034678d0d9d25144577d7 (diff)
Fix log file issues
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 73cc860..7a19546 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,4 @@ regex = "1"
17url = "1.7.2" 17url = "1.7.2"
18clap = "2.32.0" 18clap = "2.32.0"
19lazy_static = "1.0.2" 19lazy_static = "1.0.2"
20dirs = "2.0.2"