xref: /DragonOS/kernel/crates/unified-init/macros/Cargo.toml (revision 91e9d4ab55ef960f57a1b6287bc523ca4341f67a)
1[package]
2name = "unified-init-macros"
3version = "0.1.0"
4edition = "2021"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[lib]
9proc-macro = true
10
11[dependencies]
12proc-macro2 = "1.0.71"
13quote = "1.0.33"
14syn = { version = "2.0.42", features = ["full"] }
15uuid = { version = "0.8", features = ["v4"] }
16
17[dev-dependencies]
18unified-init = { path = ".." }
19linkme = "0.2"
20system_error = { path = "../../system_error" }
21