-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
108 lines (97 loc) · 1.3 KB
/
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "artist"
version = "0.1.0"
dependencies = [
"collections",
"lazy_static",
"machine",
"num",
"physics",
"sync",
]
[[package]]
name = "blasterball"
version = "0.1.0"
dependencies = [
"artist",
"collections",
"event_hook",
"lazy_static",
"machine",
"num",
"physics",
"sound",
"sync",
]
[[package]]
name = "bootloader"
version = "0.1.0"
dependencies = [
"artist",
"blasterball",
"collections",
"event_hook",
"lazy_static",
"machine",
"num",
"sound",
"sync",
]
[[package]]
name = "collections"
version = "0.1.0"
dependencies = [
"lazy_static",
"machine",
"sync",
]
[[package]]
name = "event_hook"
version = "0.1.0"
dependencies = [
"artist",
"collections",
"lazy_static",
"machine",
"sync",
]
[[package]]
name = "lazy_static"
version = "0.1.0"
dependencies = [
"sync",
]
[[package]]
name = "machine"
version = "0.1.0"
dependencies = [
"num",
"sync",
]
[[package]]
name = "num"
version = "0.1.0"
[[package]]
name = "physics"
version = "0.1.0"
dependencies = [
"num",
]
[[package]]
name = "sound"
version = "0.1.0"
dependencies = [
"artist",
"collections",
"event_hook",
"lazy_static",
"machine",
"num",
"sync",
]
[[package]]
name = "sync"
version = "0.1.0"