13 lines
187 B
TOML
13 lines
187 B
TOML
[package]
|
|
name = "vesad"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
orbclient = "0.3"
|
|
ransid = "0.2"
|
|
rusttype = { version = "0.2", optional = true }
|
|
redox_syscall = "0.1"
|
|
|
|
[features]
|
|
default = []
|