-
-
Notifications
You must be signed in to change notification settings - Fork 836
Expand file tree
/
Copy pathvendor.lock.toml
More file actions
162 lines (135 loc) · 3.79 KB
/
vendor.lock.toml
File metadata and controls
162 lines (135 loc) · 3.79 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
[flow_vendor]
repo = "https://github.com/nikivdev/flow-vendor.git"
branch = "main"
checkout = ".vendor/flow-vendor"
commit = "50060e8f7fbe3eabab911d4943a62698228c9f53"
[[crate]]
name = "axum"
repo_path = "crates/axum"
manifest_path = "manifests/axum.toml"
materialized_path = "lib/vendor/axum"
[[crate]]
name = "reqwest"
repo_path = "crates/reqwest"
manifest_path = "manifests/reqwest.toml"
materialized_path = "lib/vendor/reqwest"
[[crate]]
name = "tower-http"
repo_path = "crates/tower-http"
manifest_path = "manifests/tower-http.toml"
materialized_path = "lib/vendor/tower-http"
[[crate]]
name = "ratatui"
repo_path = "crates/ratatui"
manifest_path = "manifests/ratatui.toml"
materialized_path = "lib/vendor/ratatui"
[[crate]]
name = "url"
repo_path = "crates/url"
manifest_path = "manifests/url.toml"
materialized_path = "lib/vendor/url"
[[crate]]
name = "crypto_secretbox"
repo_path = "crates/crypto_secretbox"
manifest_path = "manifests/crypto_secretbox.toml"
materialized_path = "lib/vendor/crypto_secretbox"
[[crate]]
name = "portable-pty"
repo_path = "crates/portable-pty"
manifest_path = "manifests/portable-pty.toml"
materialized_path = "lib/vendor/portable-pty"
[[crate]]
name = "tokio-stream"
repo_path = "crates/tokio-stream"
manifest_path = "manifests/tokio-stream.toml"
materialized_path = "lib/vendor/tokio-stream"
[[crate]]
name = "tracing-subscriber"
repo_path = "crates/tracing-subscriber"
manifest_path = "manifests/tracing-subscriber.toml"
materialized_path = "lib/vendor/tracing-subscriber"
[[crate]]
name = "futures"
repo_path = "crates/futures"
manifest_path = "manifests/futures.toml"
materialized_path = "lib/vendor/futures"
[[crate]]
name = "sha1"
repo_path = "crates/sha1"
manifest_path = "manifests/sha1.toml"
materialized_path = "lib/vendor/sha1"
[[crate]]
name = "sha2"
repo_path = "crates/sha2"
manifest_path = "manifests/sha2.toml"
materialized_path = "lib/vendor/sha2"
[[crate]]
name = "tokio"
repo_path = "crates/tokio"
manifest_path = "manifests/tokio.toml"
materialized_path = "lib/vendor/tokio"
[[crate]]
name = "crossterm"
repo_path = "crates/crossterm"
manifest_path = "manifests/crossterm.toml"
materialized_path = "lib/vendor/crossterm"
[[crate]]
name = "hmac"
repo_path = "crates/hmac"
manifest_path = "manifests/hmac.toml"
materialized_path = "lib/vendor/hmac"
[[crate]]
name = "toml"
repo_path = "crates/toml"
manifest_path = "manifests/toml.toml"
materialized_path = "lib/vendor/toml"
[[crate]]
name = "clap"
repo_path = "crates/clap"
manifest_path = "manifests/clap.toml"
materialized_path = "lib/vendor/clap"
[[crate]]
name = "notify-debouncer-mini"
repo_path = "crates/notify-debouncer-mini"
manifest_path = "manifests/notify-debouncer-mini.toml"
materialized_path = "lib/vendor/notify-debouncer-mini"
[[crate]]
name = "ignore"
repo_path = "crates/ignore"
manifest_path = "manifests/ignore.toml"
materialized_path = "lib/vendor/ignore"
[[crate]]
name = "x25519-dalek"
repo_path = "crates/x25519-dalek"
manifest_path = "manifests/x25519-dalek.toml"
materialized_path = "lib/vendor/x25519-dalek"
[[crate]]
name = "rusqlite"
repo_path = "crates/rusqlite"
manifest_path = "manifests/rusqlite.toml"
materialized_path = "lib/vendor/rusqlite"
[[crate]]
name = "rmp-serde"
repo_path = "crates/rmp-serde"
manifest_path = "manifests/rmp-serde.toml"
materialized_path = "lib/vendor/rmp-serde"
[[crate]]
name = "ctrlc"
repo_path = "crates/ctrlc"
manifest_path = "manifests/ctrlc.toml"
materialized_path = "lib/vendor/ctrlc"
[[crate]]
name = "notify"
repo_path = "crates/notify"
manifest_path = "manifests/notify.toml"
materialized_path = "lib/vendor/notify"
[[crate]]
name = "regex"
repo_path = "crates/regex"
manifest_path = "manifests/regex.toml"
materialized_path = "lib/vendor/regex"
[[crate]]
name = "serde"
repo_path = "crates/serde"
manifest_path = "manifests/serde.toml"
materialized_path = "lib/vendor/serde"