mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-09 22:25:23 +00:00
Extend symtable module.
This commit is contained in:
parent
b0d270b881
commit
4dcad05aa0
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
indexmap = "1.0"
|
||||||
rustpython-bytecode = { path = "../bytecode", version = "0.1.0" }
|
rustpython-bytecode = { path = "../bytecode", version = "0.1.0" }
|
||||||
rustpython-parser = { path = "../parser", version = "0.1.0" }
|
rustpython-parser = { path = "../parser", version = "0.1.0" }
|
||||||
num-complex = { version = "0.2", features = ["serde"] }
|
num-complex = { version = "0.2", features = ["serde"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue