mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-12 07:35:16 +00:00
Add unparse feature to ast
This commit is contained in:
parent
a9330765fa
commit
7865cace06
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ edition = "2018"
|
|||
indexmap = "1.0"
|
||||
itertools = "0.10.0"
|
||||
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
||||
rustpython-ast = { path = "../ast" }
|
||||
rustpython-ast = { path = "../ast", features = ["unparse"] }
|
||||
num-complex = { version = "0.4.0", features = ["serde"] }
|
||||
num-traits = "0.2"
|
||||
log = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue