Files
RedBear-OS/src/time/Cargo.toml
T
2018-03-09 02:46:14 -08:00

12 lines
224 B
TOML

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