Cargo.toml 221 B

12345678910
  1. [package]
  2. name = "ralloc"
  3. version = "0.1.0"
  4. authors = ["ticki <ticki@users.noreply.github.com>"]
  5. [dependencies.extra]
  6. git = "https://github.com/redox-os/libextra.git"
  7. [target.'cfg(unix)'.dependencies]
  8. syscall = "0.2.1"