ca7f3a00e6
Add the basics of sys/wait.h so that we get a bit closer to being able to compile libc-test.
12 lines
247 B
TOML
12 lines
247 B
TOML
[package]
|
|
name = "wait"
|
|
version = "0.1.0"
|
|
authors = ["Dan Robertson <danlrobertson89@gmail.com>"]
|
|
|
|
[build-dependencies]
|
|
cbindgen = { path = "../../cbindgen" }
|
|
|
|
[dependencies]
|
|
platform = { path = "../platform" }
|
|
resource = { path = "../resource" }
|