Extend symtable module.

This commit is contained in:
Windel Bouwman 2019-07-19 22:05:35 +02:00
parent b0d270b881
commit 4dcad05aa0

View file

@ -8,6 +8,7 @@ license = "MIT"
edition = "2018"
[dependencies]
indexmap = "1.0"
rustpython-bytecode = { path = "../bytecode", version = "0.1.0" }
rustpython-parser = { path = "../parser", version = "0.1.0" }
num-complex = { version = "0.2", features = ["serde"] }