mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
把内核构建脚本单独独立成一个crate (#444)
This commit is contained in:
11
build-scripts/kernel_build/Cargo.toml
Normal file
11
build-scripts/kernel_build/Cargo.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "kernel_build"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bindgen = "0.61.0"
|
||||
lazy_static = "1.4.0"
|
||||
cc = { version = "1.0.83", features = ["parallel"] }
|
Reference in New Issue
Block a user