feat: add license, docs
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 13s

This commit is contained in:
max_richter 2024-05-02 14:02:23 +02:00
parent 5fe0c8a795
commit 8345e8ca8d

View File

@ -1,7 +1,11 @@
[package] [package]
name = "macros" name = "nodarium_macros"
version = "0.1.0" version = "0.1.0"
edition = "2021" 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] [lib]
proc-macro = true proc-macro = true