asterinas/services/libs/jinux-util/Cargo.toml

17 lines
542 B
TOML

[package]
name = "jinux-util"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
jinux-frame = { path = "../../../framework/jinux-frame" }
pod = { git = "https://github.com/jinzhao-dev/pod", rev = "71e59ec" }
typeflags-util = { path = "../typeflags-util" }
jinux-rights-proc = { path = "../jinux-rights-proc" }
jinux-rights = { path = "../jinux-rights" }
bitvec = { version = "1.0", default-features = false, features = ["alloc"] }
[features]