asterinas/src/services/comps/jinux-pci/Cargo.toml

23 lines
499 B
TOML
Raw Normal View History

[package]
name = "jinux-pci"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "1.3"
spin = "0.9.4"
jinux-frame = {path = "../../../framework/jinux-frame"}
jinux-util = {path="../../libs/jinux-util"}
pod = {path = "../../../framework/pod"}
pod-derive = {path = "../../../framework/pod-derive"}
2023-02-22 14:57:19 +00:00
log= "0.4"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]
[features]