summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-04-24 16:47:31 -0400
committerGitHub <noreply@github.com>2021-04-24 16:47:31 -0400
commit97671f76b2f61eba85284e63c6275cd29344fb57 (patch)
treecf7e9e2198604801c76a2fcb91579fdda1c13ed2 /Cargo.toml
parenta15b1221ba29ec062590069ea629a0464f81e0a6 (diff)
parentdc8a6fc3d48c16f82402d46cd83106cf94ed83fe (diff)
Merge pull request #565 from dandavison/file-regex-replacement
Output paths relative to current working directory
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"