aboutsummaryrefslogtreecommitdiff
path: root/src/rust/tor_util/Cargo.toml
blob: f175fbdfb071e99dbc3bf7c1404ea3f262ccb375 (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 = "*"