redox/init/Cargo.toml

11 lines
141 B
TOML
Raw Normal View History

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