diff --git a/packages/macros/Cargo.toml b/packages/macros/Cargo.toml index 1f9d7a9..938e0e9 100644 --- a/packages/macros/Cargo.toml +++ b/packages/macros/Cargo.toml @@ -1,7 +1,11 @@ [package] -name = "macros" +name = "nodarium_macros" version = "0.1.0" edition = "2021" +license = "MIT" +description = "Procedural macros for the nodarium crate" +homepage = "https://nodes.max-richter.dev/docs" +repository = "https://github.com/jim-fx/nodes" [lib] proc-macro = true