forked from AbleOS/ableos
80ae717dd9
This commit also fixed a small issue with panic handler formatting
11 lines
173 B
TOML
11 lines
173 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "ktest_macro"
|
|
version = "0.1.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.37"
|
|
syn = { version = "2.0.89", features = ["full"] } |