Files
RedBear-OS/src/semaphore/Cargo.toml
T
2018-03-04 06:43:41 -08:00

12 lines
232 B
TOML

[package]
name = "semaphore"
version = "0.1.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
build = "build.rs"
[build-dependencies]
cbindgen = { path = "../../cbindgen" }
[dependencies]
platform = { path = "../../platform" }