redox/drivers/vesad/Cargo.toml

13 lines
208 B
TOML
Raw Normal View History

[package]
name = "vesad"
version = "0.1.0"
[dependencies]
2017-01-05 00:46:18 +01:00
orbclient = "0.2"
ransid = "0.2"
2017-01-05 00:46:18 +01:00
rusttype = { version = "0.2", optional = true }
redox_syscall = { path = "../../syscall" }
2016-10-08 04:18:05 +02:00
[features]
default = []