redox/init/Cargo.toml
2016-09-08 19:10:50 -06:00

11 lines
141 B
TOML

[package]
name = "init"
version = "0.1.0"
[lib]
name = "init"
crate-type = ["staticlib"]
[dependencies]
syscall = { path = "../syscall/" }