diff --git a/Cargo.toml b/Cargo.toml index df76219..c2e22b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,8 @@ authors = ["RustPython Team"] edition = "2021" [dependencies] -thiserror = "1.0" rustpython-codegen = { path = "codegen" } rustpython-parser = { path = "parser" } rustpython-bytecode = { path = "bytecode" } + +thiserror = "1.0"