]> git.proxmox.com Git - rustc.git/blob - src/tools/cargotest/Cargo.lock
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / tools / cargotest / Cargo.lock
1 [root]
2 name = "cargotest"
3 version = "0.1.0"
4 dependencies = [
5 "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
6 ]
7
8 [[package]]
9 name = "libc"
10 version = "0.2.8"
11 source = "registry+https://github.com/rust-lang/crates.io-index"
12
13 [[package]]
14 name = "rand"
15 version = "0.3.14"
16 source = "registry+https://github.com/rust-lang/crates.io-index"
17 dependencies = [
18 "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
19 ]
20
21 [[package]]
22 name = "tempdir"
23 version = "0.3.4"
24 source = "registry+https://github.com/rust-lang/crates.io-index"
25 dependencies = [
26 "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
27 ]
28