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

[dependencies]
libc = "0.2.39"

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