mirror of
https://github.com/RustPython/Parser.git
synced 2025-12-23 05:07:02 +00:00
rustpython-bytecode -> rustpython-compiler-core
This commit is contained in:
parent
d60ad9be23
commit
b3095c7451
11 changed files with 25 additions and 23 deletions
|
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
rustpython-ast = { path = "../ast", features = ["unparse"] }
|
||||
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
||||
rustpython-compiler-core = { path = "../core", version = "0.1.1" }
|
||||
|
||||
ahash = "0.7.6"
|
||||
indexmap = "1.8.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue