Cargo.toml 194 B

12345678910111213
  1. [package]
  2. authors = ["The Tor Project"]
  3. version = "0.0.1"
  4. name = "tor_allocate"
  5. [dependencies]
  6. libc = "=0.2.39"
  7. [lib]
  8. name = "tor_allocate"
  9. path = "lib.rs"
  10. crate_type = ["rlib", "staticlib"]