summaryrefslogtreecommitdiff
path: root/crates/teleia_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/teleia_macros/Cargo.toml')
-rw-r--r--crates/teleia_macros/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/teleia_macros/Cargo.toml b/crates/teleia_macros/Cargo.toml
new file mode 100644
index 0000000..b56494e
--- /dev/null
+++ b/crates/teleia_macros/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "teleia_macros"
+version.workspace = true
+edition.workspace = true
+authors.workspace = true
+
+[lib]
+proc-macro = true
+
+[dependencies]
+walkdir = "*"
+heck = "*" \ No newline at end of file