aboutsummaryrefslogtreecommitdiff
path: root/src/rust/tor_util/Cargo.toml
blob: d7379a5988f38a11978f6436892ed028f38c8885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["The Tor Project"]
name = "tor_util"
version = "0.0.1"

[lib]
name = "tor_util"
path = "lib.rs"
crate_type = ["rlib", "staticlib"]

[dependencies.tor_allocate]
path = "../tor_allocate"

[dependencies]
libc = "0.2.22"