Files
RedBear-OS/storage/nvmed/Cargo.toml
T
2024-02-29 15:41:05 +01:00

25 lines
481 B
TOML

[package]
name = "nvmed"
version = "0.1.0"
edition = "2018"
[dependencies]
arrayvec = "0.5"
bitflags = "1"
crossbeam-channel = "0.4"
futures = "0.3"
log = "0.4"
redox-daemon = "0.1"
redox-log = "0.1"
redox_syscall = "0.4"
partitionlib = { git = "https://gitlab.redox-os.org/redox-os/partitionlib.git" }
smallvec = "1"
block-io-wrapper = { path = "../block-io-wrapper" }
common = { path = "../../common" }
pcid = { path = "../../pcid" }
[features]
default = ["async"]
async = []