mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-15 16:26:48 +00:00
19 lines
466 B
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"]
|