From 8345e8ca8d6efaa5872dc7bda96c22a84cdefd73 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Thu, 2 May 2024 14:02:23 +0200 Subject: [PATCH] feat: add license, docs --- packages/macros/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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