15 lines
293 B
TOML
15 lines
293 B
TOML
[package]
|
|
name = "vboxd"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
orbclient = "0.3.27"
|
|
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
|
|
redox_syscall = "0.5"
|
|
redox-daemon = "0.1"
|
|
|
|
common = { path = "../common" }
|
|
pcid = { path = "../pcid" }
|
|
libredox = "0.1.3"
|