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

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

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

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