aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 62001a3..64d1da9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -421,6 +421,7 @@ dependencies = [
"just_fmt",
"just_template",
"log",
+ "mingling_pathf",
"ron",
"serde",
"serde_json",
@@ -439,6 +440,10 @@ dependencies = [
]
[[package]]
+name = "mingling_pathf"
+version = "0.2.0"
+
+[[package]]
name = "mio"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"