aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 81ad0a7..1788a06 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1130,12 +1130,23 @@ dependencies = [
]
[[package]]
+name = "mozart-console-macros"
+version = "0.1.0"
+dependencies = [
+ "mozart-core",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "mozart-core"
version = "0.1.0"
dependencies = [
"anyhow",
"colored",
"dialoguer",
+ "mozart-console-macros",
"mozart-spdx-licenses",
"regex",
"serde",