Rename systree to aster-systree

This commit is contained in:
Ruihan Li
2025-04-30 20:59:53 +08:00
committed by Tate, Hongliang Tian
parent f720c05706
commit 54bd64269b
10 changed files with 28 additions and 28 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "systree"
name = "aster-systree"
version = "0.1.0"
edition = "2021"

View File

@ -16,13 +16,13 @@ aster-util = { path = "../../libs/aster-util" }
aster-rights = { path = "../../libs/aster-rights" }
aster-bigtcp = { path = "../../libs/aster-bigtcp" }
aster-softirq = { path = "../softirq"}
aster-systree = { path = "../systree" }
id-alloc = { path = "../../../ostd/libs/id-alloc" }
typeflags-util = { path = "../../libs/typeflags-util" }
ostd = { path = "../../../ostd" }
component = { path = "../../libs/comp-sys/component" }
log = "0.4"
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
systree = { path = "../systree" }
[lints]
workspace = true