Cargo.toml 248 B

1234567891011121314151617
  1. [package]
  2. name = "tor_log"
  3. version = "0.1.0"
  4. authors = ["The Tor Project"]
  5. [lib]
  6. name = "tor_log"
  7. path = "lib.rs"
  8. crate_type = ["rlib", "staticlib"]
  9. [features]
  10. [dependencies]
  11. libc = "0.2.39"
  12. [dependencies.tor_allocate]
  13. path = "../tor_allocate"