2016-09-21 05:52:45 +02:00
|
|
|
[package]
|
|
|
|
name = "vesad"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2017-01-05 00:46:18 +01:00
|
|
|
orbclient = "0.2"
|
2016-11-03 02:48:25 +01:00
|
|
|
ransid = "0.2"
|
2017-01-05 00:46:18 +01:00
|
|
|
rusttype = { version = "0.2", optional = true }
|
2016-11-03 22:10:32 +01:00
|
|
|
redox_syscall = { path = "../../syscall" }
|
2016-10-08 04:18:05 +02:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|