summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 18f2017..9ab8468 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2692,6 +2692,14 @@ dependencies = [
]
[[package]]
+name = "teleia_macros"
+version = "0.1.0"
+dependencies = [
+ "heck",
+ "walkdir",
+]
+
+[[package]]
name = "tempfile"
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"