Files
RedBear-OS/platform/Cargo.toml
T
2018-03-04 08:10:42 -07:00

11 lines
234 B
TOML

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