diff --git a/Cargo.toml b/Cargo.toml index 891b26d..94d587c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"