Files
RedBear-OS/Cargo.toml
T
2018-03-03 08:44:18 -07:00

19 lines
264 B
TOML

[package]
name = "relibc"
version = "0.1.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
[lib]
name = "c"
crate-type = ["staticlib"]
[workspace]
members = [
"fcntl",
"unistd"
]
[dependencies]
fcntl = { path = "fcntl" }
unistd = { path = "unistd" }