Files
RedBear-OS/drivers/usb/usbhubd/Cargo.toml
T
2026-01-20 10:12:08 -07:00

15 lines
310 B
TOML

[package]
name = "usbhubd"
version = "0.1.0"
edition = "2018"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log.workspace = true
redox_syscall.workspace = true
xhcid = { path = "../xhcid" }
common = { path = "../../common" }