redox/drivers/vesad/Cargo.toml
2016-10-26 14:17:57 -06:00

13 lines
281 B
TOML

[package]
name = "vesad"
version = "0.1.0"
[dependencies]
orbclient = "0.1"
ransid = { git = "https://github.com/redox-os/ransid.git" }
rusttype = { git = "https://github.com/dylanede/rusttype.git", optional = true }
syscall = { path = "../../syscall/" }
[features]
default = []