feat: add license, docs
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 13s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 13s
This commit is contained in:
parent
5fe0c8a795
commit
8345e8ca8d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user