chore: setup linting

This commit is contained in:
Max Richter
2026-02-02 16:22:14 +01:00
parent 137425b31b
commit 30e897468a
174 changed files with 6043 additions and 5107 deletions

View File

@@ -2,17 +2,17 @@
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"
license = "MIT"
repository = "https://github.com/jim-fx/nodes"
description = "Procedural macros for the nodarium crate"
[lib]
proc-macro = true
[dependencies]
syn = { version = "2.0", features = ["full"] }
nodarium_types = { version = "0.1.0", path = "../types" }
quote = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
quote = "1.0"
nodarium_types = { version = "0.1.0", path = "../types" }
syn = { version = "2.0", features = ["full"] }