@@ -122,18 +122,13 @@ template = "installer-config/installer.wxs"
122122resolver = " 2"
123123members = [
124124 " compiler" ,
125- " compiler/core" ,
126- " compiler/literal" ,
127125 " ." ,
128- " common" ,
129126 " derive" ,
130127 " jit" ,
131128 " vm" ,
132129 " vm/sre_engine" ,
133- " pylib" ,
134130 " stdlib" ,
135131 " derive-impl" ,
136- " wtf8" ,
137132 " wasm/lib" ,
138133 " crates/*" ,
139134]
@@ -147,19 +142,19 @@ repository = "https://github.com/RustPython/RustPython"
147142license = " MIT"
148143
149144[workspace .dependencies ]
150- rustpython-compiler-core = { path = " compiler/ core" , version = " 0.4.0" }
145+ rustpython-compiler-core = { path = " crates/compiler- core" , version = " 0.4.0" }
151146rustpython-compiler = { path = " compiler" , version = " 0.4.0" }
152147rustpython-codegen = { path = " crates/codegen" , version = " 0.4.0" }
153- rustpython-common = { path = " common" , version = " 0.4.0" }
148+ rustpython-common = { path = " crates/ common" , version = " 0.4.0" }
154149rustpython-derive = { path = " derive" , version = " 0.4.0" }
155150rustpython-derive-impl = { path = " derive-impl" , version = " 0.4.0" }
156151rustpython-jit = { path = " jit" , version = " 0.4.0" }
157- rustpython-literal = { path = " compiler /literal" , version = " 0.4.0" }
152+ rustpython-literal = { path = " crates /literal" , version = " 0.4.0" }
158153rustpython-vm = { path = " vm" , default-features = false , version = " 0.4.0" }
159- rustpython-pylib = { path = " pylib" , version = " 0.4.0" }
154+ rustpython-pylib = { path = " crates/ pylib" , version = " 0.4.0" }
160155rustpython-stdlib = { path = " stdlib" , default-features = false , version = " 0.4.0" }
161156rustpython-sre_engine = { path = " vm/sre_engine" , version = " 0.4.0" }
162- rustpython-wtf8 = { path = " wtf8" , version = " 0.4.0" }
157+ rustpython-wtf8 = { path = " crates/ wtf8" , version = " 0.4.0" }
163158rustpython-doc = { path = " crates/doc" , version = " 0.4.0" }
164159
165160ruff_python_parser = { git = " https://github.com/astral-sh/ruff.git" , tag = " 0.14.1" }
0 commit comments