Files
RedBear-OS/ahcid/Cargo.toml
T
2022-07-27 16:25:01 +02:00

15 lines
397 B
TOML

[package]
name = "ahcid"
version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "1.2"
byteorder = "1.2"
log = "0.4"
partitionlib = { git = "https://gitlab.redox-os.org/redox-os/partitionlib.git" }
redox-daemon = "0.1"
redox-log = "0.1"
redox_syscall = { git = "https://gitlab.redox-os.org/4lDO2/syscall.git", branch = "userspace_fexec" }
block-io-wrapper = { path = "../block-io-wrapper" }