summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-04-20 19:12:54 -0400
committerDan Davison <dandavison7@gmail.com>2021-04-24 16:43:24 -0400
commit6630202259cf984a8b20d7cb76086986a107390c (patch)
treea33d182815ad51e675c130a9efebe0f7b4ad7b3f /Cargo.toml
parenta15b1221ba29ec062590069ea629a0464f81e0a6 (diff)
Output paths relative to current working directory
Fixes #552
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 b4e003e0..55ec3b0b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ console = "0.14.1"
dirs-next = "2.0.0"
itertools = "0.10.0"
lazy_static = "1.4"
+pathdiff = "0.2.0"
regex = "1.4.6"
shell-words = "1.0.0"
structopt = "0.3.21"