asterinas/kernel/comps/i8042/Cargo.toml

19 lines
383 B
TOML
Raw Normal View History

2025-06-25 02:04:24 +00:00
[package]
2025-11-04 08:06:28 +00:00
name = "aster-i8042"
2025-06-25 02:04:24 +00:00
version = "0.1.0"
edition.workspace = true
2025-06-25 02:04:24 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2025-12-25 07:37:18 +00:00
aster-cmdline.workspace = true
aster-input.workspace = true
2025-06-25 02:04:24 +00:00
bitflags = "2.5"
2025-12-25 07:37:18 +00:00
component.workspace = true
ostd.workspace = true
log.workspace = true
spin.workspace = true
2025-06-25 02:04:24 +00:00
[lints]
workspace = true