@@ -11,7 +11,7 @@ members = [
11
11
" lib/dsc-lib-pal" ,
12
12
" resources/process" ,
13
13
" resources/registry" ,
14
- " lib/registry_lib " ,
14
+ " lib/dsc-lib-registry " ,
15
15
" resources/runcommandonset" ,
16
16
" lib/security_context_lib" ,
17
17
" resources/sshdconfig" ,
@@ -33,7 +33,7 @@ default-members = [
33
33
" lib/dsc-lib-pal" ,
34
34
" resources/process" ,
35
35
" resources/registry" ,
36
- " lib/registry_lib " ,
36
+ " lib/dsc-lib-registry " ,
37
37
" resources/runcommandonset" ,
38
38
" lib/security_context_lib" ,
39
39
" resources/sshdconfig" ,
@@ -57,7 +57,7 @@ Windows = [
57
57
" lib/dsc-lib-pal" ,
58
58
" resources/process" ,
59
59
" resources/registry" ,
60
- " lib/registry_lib " ,
60
+ " lib/dsc-lib-registry " ,
61
61
" resources/runcommandonset" ,
62
62
" lib/security_context_lib" ,
63
63
" resources/sshdconfig" ,
@@ -121,7 +121,7 @@ chrono = { version = "0.4" }
121
121
clap = { version = " 4.5" , features = [" derive" ] }
122
122
# dsc
123
123
clap_complete = { version = " 4.5" }
124
- # dsc, registry, registry_lib , sshdconfig
124
+ # dsc, registry, dsc-lib-registry , sshdconfig
125
125
crossterm = { version = " 0.29" }
126
126
# dsc
127
127
ctrlc = { version = " 3.5" }
@@ -147,21 +147,21 @@ os_info = { version = "3.11" }
147
147
path-absolutize = { version = " 3.1" }
148
148
# dsc, dsc-lib
149
149
regex = { version = " 1.11" }
150
- # registry, registry_lib
150
+ # registry, dsc-lib-registry
151
151
registry = { version = " 1.3" }
152
152
# dsc
153
153
rmcp = { version = " 0.7" }
154
154
# dsc_lib
155
155
rt-format = { version = " 0.3" }
156
- # dsc, dsc-lib, dscecho, registry, registry_lib , runcommandonset, sshdconfig
156
+ # dsc, dsc-lib, dscecho, registry, dsc-lib-registry , runcommandonset, sshdconfig
157
157
rust-i18n = { version = " 3.1" }
158
- # dsc, dsc-lib, dscecho, registry, registry_lib , sshdconfig, dsctest, test_group_resource
158
+ # dsc, dsc-lib, dscecho, registry, dsc-lib-registry , sshdconfig, dsctest, test_group_resource
159
159
schemars = { version = " 1.0" , features = [" preserve_order" ] }
160
160
# dsc, dsc-lib
161
161
semver = { version = " 1.0" }
162
- # dsc, dsc-lib, dscecho, dsc-lib-osinfo, process, registry, registry_lib , runcommandonset, sshdconfig, dsctest, test_group_resource
162
+ # dsc, dsc-lib, dscecho, dsc-lib-osinfo, process, registry, dsc-lib-registry , runcommandonset, sshdconfig, dsctest, test_group_resource
163
163
serde = { version = " 1.0" , features = [" derive" ] }
164
- # dsc, dsc-lib, dscecho, dsc-lib-osinfo, osinfo, process, registry, registry_lib , runcommandonset, sshdconfig, dsctest, test_group_resource, y2j
164
+ # dsc, dsc-lib, dscecho, dsc-lib-osinfo, osinfo, process, registry, dsc-lib-registry , runcommandonset, sshdconfig, dsctest, test_group_resource, y2j
165
165
serde_json = { version = " 1.0" , features = [" preserve_order" ] }
166
166
# dsc, dsc-lib, y2j
167
167
serde_yaml = { version = " 0.9" }
@@ -171,41 +171,41 @@ syntect = { version = "5.3", features = ["default-fancy"], default-features = fa
171
171
sysinfo = { version = " 0.37" }
172
172
# sshdconfig
173
173
tempfile = { version = " 3.23" }
174
- # dsc, dsc_lib , registry, registry_lib , sshdconfig
174
+ # dsc, dsc-lib , registry, dsc-lib-registry , sshdconfig
175
175
thiserror = { version = " 2.0" }
176
176
# dsc, dsc-lib
177
177
tokio = { version = " 1.47" }
178
178
# dsc
179
179
tokio-util = { version = " 0.7" }
180
- # dsc, dsc-lib, registry, registry_lib , runcommandonset, sshdconfig
180
+ # dsc, dsc-lib, registry, dsc-lib-registry , runcommandonset, sshdconfig
181
181
tracing = { version = " 0.1" }
182
182
# dsc, dsc-lib
183
183
tracing-indicatif = { version = " 0.3" }
184
- # dsc, registry, registry_lib , runcommandonset, sshdconfig
184
+ # dsc, registry, dsc-lib-registry , runcommandonset, sshdconfig
185
185
tracing-subscriber = { version = " 0.3" , features = [" ansi" , " env-filter" , " json" ] }
186
186
# dsc-lib, sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config
187
187
tree-sitter = { version = " 0.25" }
188
188
# tree-sitter-dscexpression, tree-sitter-ssh-server-config
189
189
tree-sitter-language = { version = " 0.1" }
190
190
# dsc-lib, sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config
191
191
tree-sitter-rust = { version = " 0.24" }
192
- # registry, registry_lib
192
+ # registry, dsc-lib-registry
193
193
utfx = { version = " 0.1" }
194
194
# dsc-lib
195
195
uuid = { version = " 1.18" , features = [" v4" ] }
196
196
# dsc-lib
197
197
which = { version = " 8.0" }
198
198
199
199
# build-only dependencies
200
- # dsc-lib, registry_lib , sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config
200
+ # dsc-lib, dsc-lib-registry , sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config
201
201
cc = { version = " 1.2" }
202
- # registry, registry_lib
202
+ # registry, dsc-lib-registry
203
203
static_vcruntime = { version = " 2.0" }
204
204
205
205
# Workspace crates as dependencies
206
206
dsc-lib = { path = " lib/dsc-lib" }
207
207
dsc-lib-osinfo = { path = " lib/dsc-lib-osinfo" }
208
208
security_context_lib = { path = " lib/security_context_lib" }
209
209
tree-sitter-dscexpression = { path = " grammars/tree-sitter-dscexpression" }
210
- registry_lib = { path = " lib/registry_lib " }
210
+ dsc-lib-registry = { path = " lib/dsc-lib-registry " }
211
211
tree-sitter-ssh-server-config = { path = " grammars/tree-sitter-ssh-server-config" }
0 commit comments