diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ authors = ["Daniel <kingdread@gmx.de>"] license = "GPL-3.0-or-later" [dependencies] -evtclib = { path = "../evtclib" } +evtclib = { path = "evtclib" } regex = "1" structopt = "0.2" walkdir = "2" |