feat(neopixel): first commit

This commit is contained in:
2025-02-20 19:16:06 +04:00
commit 0f1eb8da31
12 changed files with 576 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "neopixel_macros"
version = "0.1.0"
edition = "2021"
[lib]
proc_macro = true
[dependencies]
syn = "2.0.58"
[build-dependencies.proc-macro2]
version = "=1.0.79"