Cargo.toml 187 B

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