redox/drivers/vesad/Cargo.toml

13 lines
241 B
TOML
Raw Normal View History

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