summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f561bcd..0224d56 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1150,6 +1150,7 @@ dependencies = [
"erased-serde",
"just_enough_vcs",
"just_fmt",
+ "just_progress",
"just_template",
"log",
"regex",
@@ -1172,6 +1173,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e"
[[package]]
+name = "just_progress"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "46bcfa94a5bc5a8b6ede9ee77bf29c233033eca57c2b7b3b40375426ff872cb2"
+dependencies = [
+ "tokio",
+]
+
+[[package]]
name = "just_template"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"