[package] authors = ["The Tor Project"] version = "0.0.1" name = "external" [dependencies] libc = "=0.2.39" [dependencies.smartlist] path = "../smartlist" [lib] name = "external" path = "lib.rs" crate_type = ["rlib", "staticlib"]