Add unparse feature to ast

This commit is contained in:
Noa 2021-08-30 00:36:40 -05:00
parent a9330765fa
commit 7865cace06

View file

@ -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"