14 lines
207 B
TOML
14 lines
207 B
TOML
[package]
|
|
name = "vesad"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
orbclient = "0.3.27"
|
|
ransid = "0.4"
|
|
rusttype = { version = "0.2", optional = true }
|
|
redox_syscall = "0.1"
|
|
|
|
[features]
|
|
default = []
|