clean up cargo.toml sort

This commit is contained in:
Jeong YunWon 2022-08-22 06:58:28 +09:00
parent 3742f9117b
commit 7f99404618

View file

@ -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"