2016-08-14 09:13:39 +10:00
|
|
|
[root]
|
|
|
|
name = "ash"
|
2016-12-24 09:22:21 +11:00
|
|
|
version = "0.2.0"
|
2016-08-14 09:13:39 +10:00
|
|
|
dependencies = [
|
2016-12-24 09:22:21 +11:00
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 09:13:39 +10:00
|
|
|
"shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "0.2.1"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "libc"
|
|
|
|
version = "0.2.17"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "shared_library"
|
|
|
|
version = "0.1.5"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-23 09:31:37 +11:00
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 05:32:34 +11:00
|
|
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 09:13:39 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
"checksum lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "49247ec2a285bb3dcb23cbd9c35193c025e7251bfce77c1d5da97e6362dffe7f"
|
2016-11-28 05:32:34 +11:00
|
|
|
"checksum libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "044d1360593a78f5c8e5e710beccdc24ab71d1f01bc19a29bcacdba22e8475d8"
|
2016-08-14 09:13:39 +10:00
|
|
|
"checksum shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb04126b6fcfd2710fb5b6d18f4207b6c535f2850a7e1a43bcd526d44f30a79a"
|