15 lines
269 B
TOML
15 lines
269 B
TOML
[package]
|
|
name = "uhcid"
|
|
version = "0.2.4"
|
|
edition = "2024"
|
|
description = "UHCI USB 1.1 host controller driver for Red Bear OS"
|
|
|
|
[[bin]]
|
|
name = "uhcid"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
usb-core = { path = "../../usb-core/source" }
|
|
redox_syscall = "0.8"
|
|
log = "0.4"
|