12 lines
283 B
TOML
12 lines
283 B
TOML
[package]
|
|
name = "vesad"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
ransid = { git = "https://github.com/redox-os/ransid.git", branch = "new_api" }
|
|
rusttype = { git = "https://github.com/dylanede/rusttype.git", optional = true }
|
|
syscall = { path = "../../syscall/" }
|
|
|
|
[features]
|
|
default = []
|