2017-04-29 09:15:14 +02:00
|
|
|
[root]
|
|
|
|
name = "tor_util"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-27 21:48:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "external"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 09:15:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-27 21:48:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "protover"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"external 0.0.1",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smartlist 0.0.1",
|
2017-10-11 21:21:20 +02:00
|
|
|
"tor_allocate 0.0.1",
|
2017-09-27 21:48:07 +02:00
|
|
|
"tor_util 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smartlist"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-10-11 21:21:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tor_allocate"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 09:15:14 +02:00
|
|
|
[metadata]
|
|
|
|
"checksum libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "babb8281da88cba992fa1f4ddec7d63ed96280a1a53ec9b919fd37b53d71e502"
|