@@ -11,7 +11,7 @@ members = [
1111 " lib/dsc-lib-pal" ,
1212 " resources/process" ,
1313 " resources/registry" ,
14- " lib/registry_lib " ,
14+ " lib/dsc-lib-registry " ,
1515 " resources/runcommandonset" ,
1616 " lib/security_context_lib" ,
1717 " resources/sshdconfig" ,
@@ -33,7 +33,7 @@ default-members = [
3333 " lib/dsc-lib-pal" ,
3434 " resources/process" ,
3535 " resources/registry" ,
36- " lib/registry_lib " ,
36+ " lib/dsc-lib-registry " ,
3737 " resources/runcommandonset" ,
3838 " lib/security_context_lib" ,
3939 " resources/sshdconfig" ,
@@ -57,7 +57,7 @@ Windows = [
5757 " lib/dsc-lib-pal" ,
5858 " resources/process" ,
5959 " resources/registry" ,
60- " lib/registry_lib " ,
60+ " lib/dsc-lib-registry " ,
6161 " resources/runcommandonset" ,
6262 " lib/security_context_lib" ,
6363 " resources/sshdconfig" ,
@@ -121,7 +121,7 @@ chrono = { version = "0.4" }
121121clap = { version = " 4.5" , features = [" derive" ] }
122122# dsc
123123clap_complete = { version = " 4.5" }
124- # dsc, registry, registry_lib , sshdconfig
124+ # dsc, registry, dsc-lib-registry , sshdconfig
125125crossterm = { version = " 0.29" }
126126# dsc
127127ctrlc = { version = " 3.5" }
@@ -147,21 +147,21 @@ os_info = { version = "3.11" }
147147path-absolutize = { version = " 3.1" }
148148# dsc, dsc-lib
149149regex = { version = " 1.11" }
150- # registry, registry_lib
150+ # registry, dsc-lib-registry
151151registry = { version = " 1.3" }
152152# dsc
153153rmcp = { version = " 0.7" }
154154# dsc_lib
155155rt-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
157157rust-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
159159schemars = { version = " 1.0" , features = [" preserve_order" ] }
160160# dsc, dsc-lib
161161semver = { 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
163163serde = { 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
165165serde_json = { version = " 1.0" , features = [" preserve_order" ] }
166166# dsc, dsc-lib, y2j
167167serde_yaml = { version = " 0.9" }
@@ -171,41 +171,41 @@ syntect = { version = "5.3", features = ["default-fancy"], default-features = fa
171171sysinfo = { version = " 0.37" }
172172# sshdconfig
173173tempfile = { version = " 3.23" }
174- # dsc, dsc_lib , registry, registry_lib , sshdconfig
174+ # dsc, dsc-lib , registry, dsc-lib-registry , sshdconfig
175175thiserror = { version = " 2.0" }
176176# dsc, dsc-lib
177177tokio = { version = " 1.47" }
178178# dsc
179179tokio-util = { version = " 0.7" }
180- # dsc, dsc-lib, registry, registry_lib , runcommandonset, sshdconfig
180+ # dsc, dsc-lib, registry, dsc-lib-registry , runcommandonset, sshdconfig
181181tracing = { version = " 0.1" }
182182# dsc, dsc-lib
183183tracing-indicatif = { version = " 0.3" }
184- # dsc, registry, registry_lib , runcommandonset, sshdconfig
184+ # dsc, registry, dsc-lib-registry , runcommandonset, sshdconfig
185185tracing-subscriber = { version = " 0.3" , features = [" ansi" , " env-filter" , " json" ] }
186186# dsc-lib, sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config
187187tree-sitter = { version = " 0.25" }
188188# tree-sitter-dscexpression, tree-sitter-ssh-server-config
189189tree-sitter-language = { version = " 0.1" }
190190# dsc-lib, sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config
191191tree-sitter-rust = { version = " 0.24" }
192- # registry, registry_lib
192+ # registry, dsc-lib-registry
193193utfx = { version = " 0.1" }
194194# dsc-lib
195195uuid = { version = " 1.18" , features = [" v4" ] }
196196# dsc-lib
197197which = { version = " 8.0" }
198198
199199# 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
201201cc = { version = " 1.2" }
202- # registry, registry_lib
202+ # registry, dsc-lib-registry
203203static_vcruntime = { version = " 2.0" }
204204
205205# Workspace crates as dependencies
206206dsc-lib = { path = " lib/dsc-lib" }
207207dsc-lib-osinfo = { path = " lib/dsc-lib-osinfo" }
208208security_context_lib = { path = " lib/security_context_lib" }
209209tree-sitter-dscexpression = { path = " grammars/tree-sitter-dscexpression" }
210- registry_lib = { path = " lib/registry_lib " }
210+ dsc-lib-registry = { path = " lib/dsc-lib-registry " }
211211tree-sitter-ssh-server-config = { path = " grammars/tree-sitter-ssh-server-config" }
0 commit comments