Files
RedBear-OS/stdio/Cargo.toml
T
Jeremy Soller e30dec7124 WIP: stdio.h
2018-03-03 15:15:50 -07:00

12 lines
222 B
TOML

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