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