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