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"
|
|
|
|
|
|
2025-04-30 12:54:24 +00:00
|
|
|
# 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" }
|
2025-09-10 11:59:16 +00:00
|
|
|
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"
|
2025-04-30 12:54:24 +00:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|