asterinas/kernel/comps/systree/Cargo.toml

18 lines
478 B
TOML
Raw Normal View History

2025-04-24 10:04:37 +00:00
[package]
2025-04-30 12:59:53 +00:00
name = "aster-systree"
2025-04-24 10:04:37 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2025-04-24 10:04:37 +00:00
[dependencies]
bitflags = "2.5"
ostd = { path = "../../../ostd" }
component = { path = "../../libs/comp-sys/component" }
aster-util = { path = "../../libs/aster-util" }
2025-06-05 03:06:51 +00:00
inherit-methods-macro = { git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e"}
2025-04-24 10:04:37 +00:00
spin = "0.9"
[lints]
workspace = true