Files
RedBear-OS/string/Cargo.toml
T
2018-03-03 14:55:54 -07:00

12 lines
223 B
TOML

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