From 4dcad05aa0b33d1dde0e25723cd24a2f2fe43c1d Mon Sep 17 00:00:00 2001 From: Windel Bouwman Date: Fri, 19 Jul 2019 22:05:35 +0200 Subject: [PATCH] Extend symtable module. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0a2c155..6531fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }