aboutsummaryrefslogtreecommitdiff
path: root/src/rust/protover/Cargo.toml
blob: af1089c91404b197f51da3ecc676403ea0eeb238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
authors = ["The Tor Project"]
version = "0.0.1"
name = "protover"

[features]
testing = ["tor_log/testing"]

[dependencies]
libc = "=0.2.39"

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

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

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

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

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

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