asterinas/kernel/Cargo.toml

19 lines
466 B
TOML

[package]
name = "asterinas"
version = "0.4.0"
edition = "2021"
[dependencies]
id-alloc = { path = "../framework/libs/id-alloc" }
aster-frame = { path = "../framework/aster-frame" }
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]
intel_tdx = ["aster-frame/intel_tdx", "aster-nix/intel_tdx"]