asterinas/kernel/comps/softirq/Cargo.toml

17 lines
400 B
TOML

[package]
name = "aster-softirq"
version = "0.1.0"
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aster-util = { path = "../../libs/aster-util" }
ostd = { path = "../../../ostd" }
component = { path = "../../libs/comp-sys/component" }
intrusive-collections = "0.9.5"
spin = "0.9.4"
[lints]
workspace = true