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

[dependencies]
libc = "=0.2.39"

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

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