diff options
Diffstat (limited to 'crates/mozart-console-macros/Cargo.toml')
| -rw-r--r-- | crates/mozart-console-macros/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crates/mozart-console-macros/Cargo.toml b/crates/mozart-console-macros/Cargo.toml new file mode 100644 index 0000000..19a2fe5 --- /dev/null +++ b/crates/mozart-console-macros/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "mozart-console-macros" +version.workspace = true +edition.workspace = true + +[lib] +proc-macro = true + +[dependencies] +proc-macro2.workspace = true +quote.workspace = true +syn.workspace = true + +[dev-dependencies] +mozart-core.workspace = true |
