xref: /DragonOS/build-scripts/kernel_build/Cargo.toml (revision 338f6903262c5031abad3c8e361813355a27fcdb)
1[package]
2name = "kernel_build"
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[dependencies]
9bindgen = "0.61.0"
10lazy_static = "1.4.0"
11cc = { version = "1.0.83", features = ["parallel"] }
12toml = "0.8.6"