Cargo.toml 245 B

12345678910111213141516
  1. [package]
  2. authors = ["The Tor Project"]
  3. name = "tor_rust"
  4. version = "0.1.0"
  5. [lib]
  6. name = "tor_rust"
  7. path = "lib.rs"
  8. crate_type = ["rlib", "staticlib"]
  9. [dependencies.tor_util]
  10. path = "../tor_util"
  11. [dependencies.protover]
  12. path = "../protover"