2024-10-17 09:41:24 +00:00
|
|
|
[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]
|
2025-09-19 13:49:52 +00:00
|
|
|
aster-util = { path = "../../libs/aster-util" }
|
2024-10-17 09:41:24 +00:00
|
|
|
ostd = { path = "../../../ostd" }
|
|
|
|
|
component = { path = "../../libs/comp-sys/component" }
|
|
|
|
|
intrusive-collections = "0.9.5"
|
|
|
|
|
spin = "0.9.4"
|
|
|
|
|
|
2025-01-24 16:56:07 +00:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|