summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2021-11-21 11:39:05 +0000
committerConrad Ludgate <conradludgate@gmail.com>2021-11-21 15:42:48 +0000
commitcdc212c5983b547826c59a6b0faf5cc6116b0db3 (patch)
treecf2c7456e5226d85c55965bfd9d8e3021d9bc333 /Cargo.toml
parent3b60b9f5575ae60a672f006040707af423f67390 (diff)
chore: replace path_relative_from function with pathdiff crate
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 1ba8c57..acf5abd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,6 +35,7 @@ rust-ini = { version = "0.17", optional = true }
ron = { version = "0.6", optional = true }
json5_rs = { version = "0.3", optional = true, package = "json5" }
indexmap = { version = "1.7.0", features = ["serde-1"], optional = true}
+pathdiff = "0.2"
[dev-dependencies]
serde_derive = "1.0.8"