mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
13 lines
295 B
TOML
13 lines
295 B
TOML
[package]
|
|
name = "tdx-guest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
x86_64 = "0.14.10"
|
|
bitflags = "1.3"
|
|
raw-cpuid = "10"
|
|
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
|