forked from AbleOS/ableos_userland
16 lines
322 B
TOML
16 lines
322 B
TOML
[package]
|
|
name = "ps2_mouse"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bitflags = "1.3"
|
|
|
|
cpuio = { git = "https://git.ablecorp.us/ondra05/cpuio.git" }
|
|
|
|
[dependencies.log]
|
|
version = "0.4.17"
|
|
default-features = false
|