summaryrefslogtreecommitdiff
path: root/src/rust/tor_util/Cargo.toml
blob: a606a280b259ed9284994b29b0d426ddfc3b4d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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.tor_log]
path = "../tor_log"

[dependencies]
libc = "=0.2.39"