mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
00a473733d
Requires the update/libc-0.2.39 branch from https://github.com/isislovecruft/tor-rust-dependencies to be merged first.
14 lines
186 B
TOML
14 lines
186 B
TOML
[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"]
|
|
|