redox/drivers/vesad/Cargo.toml

13 lines
281 B
TOML
Raw Normal View History

[package]
name = "vesad"
version = "0.1.0"
[dependencies]
orbclient = "0.1"
2016-10-26 22:17:57 +02:00
ransid = { git = "https://github.com/redox-os/ransid.git" }
2016-10-08 04:18:05 +02:00
rusttype = { git = "https://github.com/dylanede/rusttype.git", optional = true }
syscall = { path = "../../syscall/" }
2016-10-08 04:18:05 +02:00
[features]
default = []