diff options
| author | LLLL Colonq <llll@colonq> | 2025-04-11 13:24:40 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-04-11 13:24:40 -0400 |
| commit | 6f1269aab5f4d7e218e7f59bd82b34f6dcaed4a1 (patch) | |
| tree | 0c8f8bac7207764d4e10d0f83c138530d580e695 /crates/teleia_macros/Cargo.toml | |
| parent | 32ff6ce2d75e898cd350172916751ec13226d5f8 (diff) | |
Add asset macro
Diffstat (limited to 'crates/teleia_macros/Cargo.toml')
| -rw-r--r-- | crates/teleia_macros/Cargo.toml | 12 |
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 |
