From 9d9bd3f4697163869dfb0d166d96bc1d5c42ee6b Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 3 Nov 2025 03:14:15 -0500 Subject: Fix macro --- crates/teleia_macros/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crates/teleia_macros/Cargo.toml') 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 -- cgit v1.2.3