blob: bccd7033a761ebd4fd97b73db616106f0bd4efae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
authors = ["The Tor Project"]
version = "0.0.1"
name = "external"
[dependencies]
libc = "0.2.22"
[lib]
name = "external"
path = "lib.rs"
crate_type = ["rlib", "staticlib"]
|