asterinas/kernel/comps/input/Cargo.toml

16 lines
364 B
TOML

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