Files
asterinas/kernel/comps/softirq/Cargo.toml
2025-02-10 10:36:56 +08:00

16 lines
344 B
TOML

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