summaryrefslogtreecommitdiff
path: root/src/rust/smartlist/Cargo.toml
blob: 51f486c4d7077ce4c093e893a54a89f5eb13e4cc (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.22"

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