14 lines
269 B
TOML
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"
|