Files
RedBear-OS/ided/Cargo.toml
T
2022-09-07 15:28:04 -06:00

14 lines
309 B
TOML

[package]
name = "ided"
version = "0.1.0"
edition = "2018"
[dependencies]
block-io-wrapper = { path = "../block-io-wrapper" }
log = "0.4"
partitionlib = { git = "https://gitlab.redox-os.org/redox-os/partitionlib.git" }
pcid = { path = "../pcid" }
redox-daemon = "0.1"
redox-log = "0.1"
redox_syscall = "0.3"