-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
90 lines (90 loc) · 2.56 KB
/
.gitmodules
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
[submodule "roxmltree"]
path = roxmltree
url = https://github.com/nneesshh/roxmltree.git
[submodule "hashbrown"]
path = hashbrown
url = https://github.com/nneesshh/hashbrown.git
[submodule "parking_lot"]
path = parking_lot
url = https://github.com/nneesshh/parking_lot
[submodule "clap"]
path = clap
url = https://github.com/nneesshh/clap.git
[submodule "message-io"]
path = message-io
url = https://github.com/nneesshh/message-io/
[submodule "prost"]
path = prost
url = https://github.com/nneesshh/prost.git
[submodule "httparse"]
path = httparse
url = https://github.com/nneesshh/httparse
[submodule "rand"]
path = rand
url = https://github.com/nneesshh/rand.git
[submodule "arc-swap"]
path = arc-swap
url = https://github.com/nneesshh/arc-swap
[submodule "rust-base64"]
path = rust-base64
url = https://github.com/nneesshh/rust-base64
[submodule "atomic-rs"]
path = atomic-rs
url = https://github.com/nneesshh/atomic-rs
[submodule "bytemuck"]
path = bytemuck
url = https://github.com/nneesshh/bytemuck
[submodule "rust-hex"]
path = rust-hex
url = https://github.com/nneesshh/rust-hex
[submodule "thread_local-rs"]
path = thread_local-rs
url = https://github.com/nneesshh/thread_local-rs
[submodule "http"]
path = http
url = https://github.com/nneesshh/http
[submodule "rlua"]
path = rlua
url = https://github.com/nneesshh/rlua
[submodule "hecs"]
path = hecs
url = https://github.com/nneesshh/hecs
[submodule "shared_memory"]
path = shared_memory
url = https://github.com/nneesshh/shared_memory
[submodule "mio"]
path = mio
url = https://github.com/nneesshh/mio
[submodule "rustls"]
path = rustls
url = https://github.com/nneesshh/rustls
[submodule "rustls-native-certs"]
path = rustls-native-certs
url = https://github.com/nneesshh/rustls-native-certs
[submodule "pprof-rs"]
path = pprof-rs
url = https://github.com/nneesshh/pprof-rs
[submodule "pinky-swear"]
path = pinky-swear
url = https://github.com/nneesshh/pinky-swear
[submodule "pemfile"]
path = pemfile
url = https://github.com/nneesshh/pemfile
[submodule "data-encoding"]
path = data-encoding
url = https://github.com/nneesshh/data-encoding
[submodule "rust-protobuf"]
path = rust-protobuf
url = https://github.com/stepancheg/rust-protobuf
[submodule "my_logger-rs"]
path = my_logger-rs
url = https://github.com/nneesshh/my_logger-rs
[submodule "net_packet-rs"]
path = net_packet-rs
url = https://github.com/nneesshh/net_packet-rs
[submodule "db_access-rs"]
path = db_access-rs
url = https://github.com/nneesshh/db_access-rs
[submodule "ureq"]
path = ureq
url = https://github.com/nneesshh/ureq