Files
RedBear-OS/src/platform/Cargo.toml
T
2018-03-07 23:30:10 -08:00

14 lines
269 B
TOML

[package]
name = "platform"
version = "0.1.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
[target.'cfg(target_os = "linux")'.dependencies]
sc = "0.2"
[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = "0.1"
[dependencies]
alloc-no-stdlib = "1.2"