-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
64 lines (52 loc) · 900 Bytes
/
Cargo.lock
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "advent-of-code-2023"
version = "0.1.0"
dependencies = [
"almanac",
"boat_race",
"camel_cards",
"cube_game",
"gondola_lift",
"network_nodes",
"oasis",
"observatory",
"pipe_maze",
"scratchcard",
"trebuchet",
]
[[package]]
name = "almanac"
version = "0.1.0"
[[package]]
name = "boat_race"
version = "0.1.0"
[[package]]
name = "camel_cards"
version = "0.1.0"
[[package]]
name = "cube_game"
version = "0.1.0"
[[package]]
name = "gondola_lift"
version = "0.1.0"
[[package]]
name = "network_nodes"
version = "0.1.0"
[[package]]
name = "oasis"
version = "0.1.0"
[[package]]
name = "observatory"
version = "0.1.0"
[[package]]
name = "pipe_maze"
version = "0.1.0"
[[package]]
name = "scratchcard"
version = "0.1.0"
[[package]]
name = "trebuchet"
version = "0.1.0"