2022-10-06 04:56:06 +00:00
|
|
|
[package]
|
2023-12-25 03:12:25 +00:00
|
|
|
name = "aster-util"
|
2022-10-06 04:56:06 +00:00
|
|
|
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" }
|
2024-06-20 16:07:27 +00:00
|
|
|
|
2022-10-06 04:56:06 +00:00
|
|
|
[features]
|