Cargo.toml 150 B

1234567
  1. [package]
  2. name = "ralloc"
  3. version = "0.1.0"
  4. authors = ["ticki <ticki@users.noreply.github.com>"]
  5. [target.'cfg(unix)'.dependencies]
  6. syscall = "0.2.1"