Cargo.toml 234 B

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