mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-17 02:26:46 +00:00
15 lines
367 B
TOML
15 lines
367 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" }
|
|
aster-logger = { path = "../logger" }
|
|
intrusive-collections = "0.9.5"
|
|
spin = "0.9.4"
|
|
|
|
[features] |