summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parenta15b1221ba29ec062590069ea629a0464f81e0a6 (diff)
Output paths relative to current working directory
Fixes #552
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 96844e15..0db780e7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -272,6 +272,7 @@ dependencies = [
"git2",
"itertools",
"lazy_static",
+ "pathdiff",
"regex",
"shell-words",
"structopt",
@@ -497,6 +498,12 @@ dependencies = [
]
[[package]]
+name = "pathdiff"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
+
+[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"