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

16 lines
475 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]
2024-06-19 08:18:39 +00:00
ostd = { path = "../../../ostd" }
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" }
2024-04-29 03:07:02 +00:00
inherit-methods-macro = { git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e" }
[features]