eee780fa0f
Signed-off-by: Anhad Singh <andypython@protonmail.com>
22 lines
550 B
TOML
22 lines
550 B
TOML
[package]
|
|
name = "virtiod"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Anhad Singh <andypython@protonmail.com>"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.71"
|
|
log = "0.4"
|
|
thiserror = "1.0.40"
|
|
static_assertions = "1.1.0"
|
|
|
|
redox-daemon = "0.1"
|
|
redox-log = "0.1"
|
|
redox_syscall = "0.3"
|
|
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
|
|
partitionlib = { git = "https://gitlab.redox-os.org/redox-os/partitionlib.git" }
|
|
|
|
block-io-wrapper = { path = "../block-io-wrapper" }
|
|
pcid = { path = "../pcid" }
|
|
virtio-core = { path = "../virtio-core" }
|