-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
219 lines (219 loc) · 6.76 KB
/
.gitmodules
File metadata and controls
219 lines (219 loc) · 6.76 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
[submodule "dep/aho-corasick"]
path = dep/aho-corasick
url = https://github.com/peterhj/aho-corasick
[submodule "dep/bitflags"]
path = dep/bitflags
url = https://github.com/peterhj/bitflags
[submodule "dep/branches"]
path = dep/branches
url = https://github.com/peterhj/branches
[submodule "dep/fxhash2"]
path = dep/fxhash2
url = https://github.com/peterhj/fxhash2
[submodule "dep/itoa"]
path = dep/itoa
url = https://github.com/peterhj/itoa
[submodule "dep/libc"]
path = dep/libc-0.2
url = https://github.com/peterhj/libc
[submodule "dep/memchr"]
path = dep/memchr
url = https://github.com/peterhj/memchr
[submodule "dep/once_cell"]
path = dep/once_cell
url = https://github.com/peterhj/once_cell
[submodule "dep/paste"]
path = dep/paste
url = https://github.com/peterhj/paste
[submodule "dep/proc-macro2"]
path = dep/proc-macro2
url = https://github.com/peterhj/proc-macro2
[submodule "dep/quote"]
path = dep/quote
url = https://github.com/peterhj/quote
[submodule "dep/rclite"]
path = dep/rclite
url = https://github.com/peterhj/rclite
[submodule "dep/regex"]
path = dep/regex
url = https://github.com/peterhj/regex
[submodule "dep/ryu"]
path = dep/ryu
url = https://github.com/peterhj/ryu
[submodule "dep/serde"]
path = dep/serde
url = https://github.com/peterhj/serde
[submodule "dep/serde_json"]
path = dep/serde_json
url = https://github.com/peterhj/serde_json
[submodule "dep/serde_json_fmt"]
path = dep/serde_json_fmt
url = https://github.com/peterhj/serde_json_fmt
[submodule "dep/signal_hook"]
path = dep/signal_hook
url = https://github.com/peterhj/signal_hook
[submodule "dep/smol_str"]
path = dep/smol_str
url = https://github.com/peterhj/smol_str
[submodule "dep/syn"]
path = dep/syn
url = https://github.com/peterhj/syn
[submodule "dep/term_colors"]
path = dep/term_colors
url = https://github.com/peterhj/term_colors
[submodule "dep/time"]
path = dep/time-0.1
url = https://github.com/peterhj/time-0.1
[submodule "dep/unicode-ident"]
path = dep/unicode-ident
url = https://github.com/peterhj/unicode-ident
[submodule "dep/autocfg"]
path = dep/autocfg
url = https://github.com/peterhj/autocfg
[submodule "dep/byteorder"]
path = dep/byteorder
url = https://github.com/peterhj/byteorder
[submodule "dep/cfg-if"]
path = dep/cfg-if
url = https://github.com/peterhj/cfg-if
[submodule "dep/chardetng"]
path = dep/chardetng
url = https://github.com/peterhj/chardetng
[submodule "dep/crc32fast"]
path = dep/crc32fast
url = https://github.com/peterhj/crc32fast
[submodule "dep/diffy"]
path = dep/diffy
url = https://github.com/peterhj/diffy
[submodule "dep/encoding_rs"]
path = dep/encoding_rs
url = https://github.com/peterhj/encoding_rs
[submodule "dep/getrandom"]
path = dep/getrandom
url = https://github.com/peterhj/getrandom
[submodule "dep/gunzip"]
path = dep/gunzip
url = https://github.com/peterhj/gunzip
[submodule "dep/heck"]
path = dep/heck
url = https://github.com/peterhj/heck
[submodule "dep/indoc"]
path = dep/indoc
url = https://github.com/peterhj/indoc
[submodule "dep/markdown"]
path = dep/markdown
url = https://github.com/peterhj/markdown
[submodule "dep/memoffset"]
path = dep/memoffset
url = https://github.com/peterhj/memoffset
[submodule "dep/os_socketaddr"]
path = dep/os_socketaddr
url = https://github.com/peterhj/os_socketaddr
[submodule "dep/parking_lot"]
path = dep/parking_lot
url = https://github.com/peterhj/parking_lot
[submodule "dep/portable-atomic"]
path = dep/portable-atomic
url = https://github.com/peterhj/portable-atomic
[submodule "dep/pyo3"]
path = dep/pyo3
url = https://github.com/peterhj/pyo3
[submodule "dep/scopeguard"]
path = dep/scopeguard
url = https://github.com/peterhj/scopeguard
[submodule "dep/smallvec"]
path = dep/smallvec
url = https://github.com/peterhj/smallvec
[submodule "dep/target-lexicon"]
path = dep/target-lexicon
url = https://github.com/peterhj/target-lexicon
[submodule "dep/textwrap"]
path = dep/textwrap
url = https://github.com/peterhj/textwrap
[submodule "dep/triomphe"]
path = dep/triomphe
url = https://github.com/peterhj/triomphe
[submodule "dep/unicode-id"]
path = dep/unicode-id
url = https://github.com/peterhj/unicode-id
[submodule "dep/libuv_ffi"]
path = dep/libuv_ffi
url = https://github.com/peterhj/libuv_ffi
[submodule "dep/async-std"]
path = dep/async-std
url = https://github.com/peterhj/async-std
[submodule "dep/async-channel-2"]
path = dep/async-channel-2
url = https://github.com/peterhj/async-channel-2
[submodule "dep/async-executor"]
path = dep/async-executor
url = https://github.com/peterhj/async-executor
[submodule "dep/async-global-executor-2"]
path = dep/async-global-executor-2
url = https://github.com/peterhj/async-global-executor-2
[submodule "dep/async-io"]
path = dep/async-io
url = https://github.com/peterhj/async-io
[submodule "dep/async-lock"]
path = dep/async-lock
url = https://github.com/peterhj/async-lock
[submodule "dep/async-task"]
path = dep/async-task
url = https://github.com/peterhj/async-task
[submodule "dep/atomic-waker"]
path = dep/atomic-waker
url = https://github.com/peterhj/atomic-waker
[submodule "dep/blocking"]
path = dep/blocking
url = https://github.com/peterhj/blocking
[submodule "dep/concurrent-queue"]
path = dep/concurrent-queue
url = https://github.com/peterhj/concurrent-queue
[submodule "dep/crossbeam"]
path = dep/crossbeam
url = https://github.com/peterhj/crossbeam
[submodule "dep/errno"]
path = dep/errno
url = https://github.com/peterhj/errno
[submodule "dep/event-listener-3"]
path = dep/event-listener-3
url = https://github.com/peterhj/event-listener-3
[submodule "dep/event-listener-strategy-0.3"]
path = dep/event-listener-strategy-0.3
url = https://github.com/peterhj/event-listener-strategy-0.3
[submodule "dep/fastrand"]
path = dep/fastrand
url = https://github.com/peterhj/fastrand
[submodule "dep/futures-0.3"]
path = dep/futures-0.3
url = https://github.com/peterhj/futures-0.3
[submodule "dep/futures-lite-2"]
path = dep/futures-lite-2
url = https://github.com/peterhj/futures-lite-2
[submodule "dep/linux-raw-sys"]
path = dep/linux-raw-sys
url = https://github.com/peterhj/linux-raw-sys
[submodule "dep/parking"]
path = dep/parking
url = https://github.com/peterhj/parking
[submodule "dep/pin-project-lite"]
path = dep/pin-project-lite
url = https://github.com/peterhj/pin-project-lite
[submodule "dep/pin-utils"]
path = dep/pin-utils
url = https://github.com/peterhj/pin-utils
[submodule "dep/piper"]
path = dep/piper
url = https://github.com/peterhj/piper
[submodule "dep/polling"]
path = dep/polling
url = https://github.com/peterhj/polling
[submodule "dep/rustix"]
path = dep/rustix
url = https://github.com/peterhj/rustix
[submodule "dep/slab"]
path = dep/slab
url = https://github.com/peterhj/slab
[submodule "dep/tracing-0.1"]
path = dep/tracing-0.1
url = https://github.com/peterhj/tracing-0.1