update crates
[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.80"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
8
9 [[package]]
10 name = "stud-rust-base"
11 version = "0.1.0"
12 dependencies = [
13  "time",
14 ]
15
16 [[package]]
17 name = "time"
18 version = "0.1.44"
19 source = "registry+https://github.com/rust-lang/crates.io-index"
20 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
21 dependencies = [
22  "libc",
23  "wasi",
24  "winapi",
25 ]
26
27 [[package]]
28 name = "wasi"
29 version = "0.10.0+wasi-snapshot-preview1"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
32
33 [[package]]
34 name = "winapi"
35 version = "0.3.9"
36 source = "registry+https://github.com/rust-lang/crates.io-index"
37 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
38 dependencies = [
39  "winapi-i686-pc-windows-gnu",
40  "winapi-x86_64-pc-windows-gnu",
41 ]
42
43 [[package]]
44 name = "winapi-i686-pc-windows-gnu"
45 version = "0.4.0"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
48
49 [[package]]
50 name = "winapi-x86_64-pc-windows-gnu"
51 version = "0.4.0"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"