update readme
[Mitarbeiter/Tim-Zeitz/stud-rust-base.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "libc"
5 version = "0.2.62"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7
8 [[package]]
9 name = "redox_syscall"
10 version = "0.1.56"
11 source = "registry+https://github.com/rust-lang/crates.io-index"
12
13 [[package]]
14 name = "stud-rust-base"
15 version = "0.1.0"
16 dependencies = [
17  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
18 ]
19
20 [[package]]
21 name = "time"
22 version = "0.1.42"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 dependencies = [
25  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
26  "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
27  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
28 ]
29
30 [[package]]
31 name = "winapi"
32 version = "0.3.8"
33 source = "registry+https://github.com/rust-lang/crates.io-index"
34 dependencies = [
35  "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
36  "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
37 ]
38
39 [[package]]
40 name = "winapi-i686-pc-windows-gnu"
41 version = "0.4.0"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
43
44 [[package]]
45 name = "winapi-x86_64-pc-windows-gnu"
46 version = "0.4.0"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48
49 [metadata]
50 "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
51 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
52 "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
53 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
54 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
55 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"