Cargo.toml 180 B

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