clean up cargo.toml sort

This commit is contained in:
Jeong YunWon 2022-08-22 06:58:28 +09:00
parent 03ccd4b9d8
commit 0e0433b87b

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"