-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.lock
More file actions
45 lines (39 loc) · 901 Bytes
/
Cargo.lock
File metadata and controls
45 lines (39 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "day01"
version = "0.1.0"
dependencies = [
"itertools",
"roesti",
]
[[package]]
name = "day02"
version = "0.1.0"
dependencies = [
"roesti",
]
[[package]]
name = "day03"
version = "0.1.0"
dependencies = [
"roesti",
]
[[package]]
name = "either"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "roesti"
version = "0.1.0"
source = "git+https://github.com/Georg-code/roeschti#9bb9a73df5925ec43a562241e61c65ac64691aee"