sort Cargo.toml dependencies

This commit is contained in:
Jeong YunWon 2022-08-22 07:12:10 +09:00
parent 0e0433b87b
commit d60ad9be23
5 changed files with 13 additions and 11 deletions

View file

@ -6,8 +6,8 @@ authors = ["RustPython Team"]
edition = "2021"
[dependencies]
rustpython-bytecode = { path = "bytecode" }
rustpython-codegen = { path = "codegen" }
rustpython-parser = { path = "parser" }
rustpython-bytecode = { path = "bytecode" }
thiserror = "1.0"