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

11 lines
229 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"