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

[dependencies]
libc = "=0.2.39"

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