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

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

[features]

[dependencies]
libc = "0.2.39"

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