diff --git a/Cargo.toml b/Cargo.toml index 6531fc9..ef55098 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,4 @@ rustpython-bytecode = { path = "../bytecode", version = "0.1.0" } rustpython-parser = { path = "../parser", version = "0.1.0" } num-complex = { version = "0.2", features = ["serde"] } log = "0.3" +arrayvec = "0.4"