13 lines
281 B
TOML
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 = []
|