summaryrefslogtreecommitdiff
path: root/src/rust/protover/Cargo.toml
blob: a8f794f838e60198552266e79666555e99e05f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
authors = ["The Tor Project"]
version = "0.0.1"
name = "protover"

[dependencies]
libc = "0.2.22"

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

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

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

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