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

16 lines
364 B
TOML

[package]
name = "aster-rights"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
typeflags = { path = "../typeflags" }
typeflags-util = { path = "../typeflags-util" }
bitflags = "1.3"
aster-rights-proc = { path = "../aster-rights-proc" }
[lints]
workspace = true