aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_cli/Cargo.lock')
-rw-r--r--mingling_cli/Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/mingling_cli/Cargo.lock b/mingling_cli/Cargo.lock
index 737f437..16f7016 100644
--- a/mingling_cli/Cargo.lock
+++ b/mingling_cli/Cargo.lock
@@ -37,6 +37,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e"
[[package]]
+name = "just_template"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "db3edb658c34b10b69c4b3b58f7ba989cd09c82c0621dee1eef51843c2327225"
+dependencies = [
+ "just_fmt",
+]
+
+[[package]]
name = "libc"
version = "0.2.184"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -74,6 +83,7 @@ name = "mingling_core"
version = "0.1.4"
dependencies = [
"just_fmt",
+ "just_template",
"once_cell",
"thiserror",
"tokio",