forked from Rust-related/RustPython
Shuffle files in proper places
This commit is contained in:
@@ -8,5 +8,5 @@ log="0.4.1"
|
||||
env_logger="0.5.10"
|
||||
clap = "2.31.2"
|
||||
rustpython_parser = {path = "parser"}
|
||||
rustpython_vm = {path = "vm/RustPython"}
|
||||
rustpython_vm = {path = "vm"}
|
||||
py_code_object = { path = "py_code_object" }
|
||||
|
||||
4
vm/.gitignore
vendored
4
vm/.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
venv/
|
||||
tests/*.bytecode
|
||||
RustPython/Cargo.lock
|
||||
RustPython/target
|
||||
Cargo.lock
|
||||
python_compiler/target
|
||||
target/
|
||||
|
||||
@@ -9,4 +9,4 @@ env_logger = "0.3"
|
||||
serde = "0.8.22"
|
||||
serde_derive = "0.8"
|
||||
serde_json = "0.8"
|
||||
py_code_object = { path = "../../py_code_object" }
|
||||
py_code_object = { path = "../py_code_object" }
|
||||
Reference in New Issue
Block a user