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