Files
RedBear-OS/src/inttypes/Cargo.toml
T
jD91mZM2 feed73ffcc inttypes
2018-06-26 09:51:07 +02:00

15 lines
308 B
TOML

[package]
name = "inttypes"
version = "0.1.0"
authors = ["jD91mZM2 <me@krake.one>"]
build = "build.rs"
[build-dependencies]
cbindgen = { path = "../../cbindgen" }
[dependencies]
ctype = { path = "../ctype" }
errno = { path = "../errno" }
platform = { path = "../platform" }
stdlib = { path = "../stdlib" }