Files
RedBear-OS/vboxd/Cargo.toml
T
2023-07-18 11:01:17 +02:00

13 lines
246 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.3"
redox-daemon = "0.1"
common = { path = "../common" }