We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compiler/src
crates/compiler
1 parent 9e60940 commit 041dd30Copy full SHA for 041dd30
3 files changed
Cargo.toml
@@ -121,7 +121,6 @@ template = "installer-config/installer.wxs"
121
[workspace]
122
resolver = "2"
123
members = [
124
- "compiler",
125
".",
126
"derive",
127
"vm",
@@ -140,7 +139,7 @@ license = "MIT"
140
139
141
[workspace.dependencies]
142
rustpython-compiler-core = { path = "crates/compiler-core", version = "0.4.0" }
143
-rustpython-compiler = { path = "compiler", version = "0.4.0" }
+rustpython-compiler = { path = "crates/compiler", version = "0.4.0" }
144
rustpython-codegen = { path = "crates/codegen", version = "0.4.0" }
145
rustpython-common = { path = "crates/common", version = "0.4.0" }
146
rustpython-derive = { path = "derive", version = "0.4.0" }
compiler/Cargo.toml crates/compiler/Cargo.tomlcompiler/Cargo.toml renamed to crates/compiler/Cargo.toml
compiler/src/lib.rs crates/compiler/src/lib.rscompiler/src/lib.rs renamed to crates/compiler/src/lib.rs
0 commit comments