Cargo.toml 269 B

12345678910111213
  1. [package]
  2. name = "platform"
  3. version = "0.1.0"
  4. authors = ["Jeremy Soller <jackpot51@gmail.com>"]
  5. [target.'cfg(target_os = "linux")'.dependencies]
  6. sc = "0.2"
  7. [target.'cfg(target_os = "redox")'.dependencies]
  8. redox_syscall = "0.1"
  9. [dependencies]
  10. alloc-no-stdlib = "1.2"