xref: /DragonOS/kernel/crates/unified-init/Cargo.toml (revision 52da9a59374752b4d01907b052135a0d317781dd)
1[package]
2name = "unified-init"
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[[bin]]
8name = "unified-init-expand"
9path = "src/main.rs"
10
11[dependencies]
12unified-init-macros = { path = "macros" }
13linkme = "0.2"
14system_error = { path = "../system_error" }