aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-05-02 14:29:02 +0100
committerGitHub <[email protected]>2020-05-02 14:29:02 +0100
commit5e88a55abaa2bf4356aa5bc783c2957e59c63216 (patch)
tree563d4c1c3cd63a839eb86b140d02d9a5a137d060 /Cargo.toml
parentcf5fae32182d1f5a978034678d0d9d25144577d7 (diff)
parent1bf2f5603e057f8a047236a5c0fdaac9f95dc696 (diff)
Merge pull request #19 from ssiyad/masterHEADmaster
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"