added pathdiff crate due to relative rule path output #623

This commit is contained in:
DastInDark
2022-07-17 20:23:38 +09:00
parent 70c62f7533
commit 983ee98629
2 changed files with 8 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -731,6 +731,7 @@ dependencies = [
"lock_api",
"num_cpus",
"openssl",
"pathdiff",
"pbr",
"prettytable-rs",
"quick-xml",
@@ -1246,6 +1247,12 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[package]]
name = "pbr"
version = "1.0.4"

View File

@@ -37,6 +37,7 @@ bytesize = "1.*"
hyper = "0.14.*"
lock_api = "0.4.*"
crossbeam-utils = "0.8.*"
pathdiff = "*"
[target.'cfg(windows)'.dependencies]
is_elevated = "0.1.*"