diff options
Diffstat (limited to 'rola-utils/space-system/macros/Cargo.toml')
| -rw-r--r-- | rola-utils/space-system/macros/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/rola-utils/space-system/macros/Cargo.toml b/rola-utils/space-system/macros/Cargo.toml new file mode 100644 index 0000000..84ba691 --- /dev/null +++ b/rola-utils/space-system/macros/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "space-macros" +version.workspace = true +edition.workspace = true +authors.workspace = true +license.workspace = true + +[lib] +proc-macro = true + +[dependencies] +syn.workspace = true +quote.workspace = true +proc-macro2.workspace = true +just_fmt.workspace = true |
