Files
RedBear-OS/drivers/pcid/Cargo.toml
T
bjorn3 07a2b97f08 Add 'drivers/' from commit '20ffe4d7f4a85b7cc1f59495d7e6e355fed4cb06'
git-subtree-dir: drivers
git-subtree-mainline: e76ecea4ce
git-subtree-split: 20ffe4d7f4
2025-11-29 19:04:04 +01:00

29 lines
490 B
TOML

[package]
name = "pcid"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "pcid"
path = "src/main.rs"
[lib]
name = "pcid_interface"
path = "src/lib.rs"
[dependencies]
bincode = "1.2"
fdt = "0.1.5"
libc = "0.2"
log = "0.4"
pci_types = "0.10"
pico-args = { version = "0.5", features = ["combined-flags"] }
plain = "0.2"
redox-daemon = "0.1"
redox-scheme = "0.6.2"
redox_syscall = "0.5.9"
serde = { version = "1", features = ["derive"] }
common = { path = "../common" }
libredox = "0.1.3"