First commit

This commit is contained in:
2026-01-22 18:09:14 +01:00
committed by Julien THILLARD
commit 7a25e89d4c
21 changed files with 609 additions and 0 deletions

14
kernel-macros/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "kernel-macros"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
image = "0.25"
regex = "1"
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }