summaryrefslogtreecommitdiff
path: root/crates/teleia_macros/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-11-03 03:14:15 -0500
committerLLLL Colonq <llll@colonq>2025-11-03 03:14:15 -0500
commit9d9bd3f4697163869dfb0d166d96bc1d5c42ee6b (patch)
treedbc7c706c5af5231c44a5d63ae8a0633809613ec /crates/teleia_macros/Cargo.toml
parent47ce5c2a8583f91711bdb4c69cd50021e6737595 (diff)
Fix macro
Diffstat (limited to 'crates/teleia_macros/Cargo.toml')
-rw-r--r--crates/teleia_macros/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/teleia_macros/Cargo.toml b/crates/teleia_macros/Cargo.toml
index b56494e..a3d4fe6 100644
--- a/crates/teleia_macros/Cargo.toml
+++ b/crates/teleia_macros/Cargo.toml
@@ -8,5 +8,7 @@ authors.workspace = true
proc-macro = true
[dependencies]
+env = "*"
walkdir = "*"
-heck = "*" \ No newline at end of file
+heck = "*"
+litrs = "*" \ No newline at end of file