Files
asterinas/kernel/Cargo.toml
2024-08-09 17:11:12 +08:00

19 lines
430 B
TOML

[package]
name = "asterinas"
version = "0.4.0"
edition = "2021"
[dependencies]
id-alloc = { path = "../ostd/libs/id-alloc" }
ostd = { path = "../ostd" }
aster-nix = { path = "aster-nix" }
component = { path = "libs/comp-sys/component" }
[dev-dependencies]
x86_64 = "0.14.2"
aster-time = { path = "comps/time" }
aster-framebuffer = { path = "comps/framebuffer" }
[features]
cvm_guest = ["ostd/cvm_guest", "aster-nix/cvm_guest"]