mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
17 lines
234 B
TOML
17 lines
234 B
TOML
[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"]
|
|
|