asterinas/kernel/libs/aster-util/Cargo.toml

17 lines
590 B
TOML
Raw Normal View History

[package]
2023-12-25 03:12:25 +00:00
name = "aster-util"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-12-25 03:12:25 +00:00
aster-frame = { path = "../../../framework/aster-frame" }
2023-12-26 02:50:01 +00:00
pod = { git = "https://github.com/asterinas/pod", rev = "d7dba56" }
2023-05-30 11:09:25 +00:00
typeflags-util = { path = "../typeflags-util" }
2023-12-25 03:12:25 +00:00
aster-rights-proc = { path = "../aster-rights-proc" }
aster-rights = { path = "../aster-rights" }
2023-07-18 09:19:32 +00:00
bitvec = { version = "1.0", default-features = false, features = ["alloc"] }
ktest = { path = "../../../framework/libs/ktest" }
[features]