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

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

[features]
testing = []

[dependencies]
libc = "0.2.39"

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