diff options
Diffstat (limited to 'crates/teleia_macros/Cargo.toml')
| -rw-r--r-- | crates/teleia_macros/Cargo.toml | 4 |
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 |
