53a2d25bebd633d32302a7f369b2a7ca5bba8914
[Mitarbeiter/Tim-Zeitz/stud-rust-base.git] / Cargo.lock
1 [[package]]
2 name = "libc"
3 version = "0.2.44"
4 source = "registry+https://github.com/rust-lang/crates.io-index"
5
6 [[package]]
7 name = "redox_syscall"
8 version = "0.1.43"
9 source = "registry+https://github.com/rust-lang/crates.io-index"
10
11 [[package]]
12 name = "stud-rust-base"
13 version = "0.1.0"
14 dependencies = [
15  "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
16 ]
17
18 [[package]]
19 name = "time"
20 version = "0.1.40"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 dependencies = [
23  "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
24  "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
25  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
26 ]
27
28 [[package]]
29 name = "winapi"
30 version = "0.3.6"
31 source = "registry+https://github.com/rust-lang/crates.io-index"
32 dependencies = [
33  "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
34  "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
35 ]
36
37 [[package]]
38 name = "winapi-i686-pc-windows-gnu"
39 version = "0.4.0"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41
42 [[package]]
43 name = "winapi-x86_64-pc-windows-gnu"
44 version = "0.4.0"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46
47 [metadata]
48 "checksum libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)" = "10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311"
49 "checksum redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d"
50 "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
51 "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
52 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
53 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"