mirror of
https://github.com/RustPython/Parser.git
synced 2025-12-23 05:07:02 +00:00
sort Cargo.toml dependencies
This commit is contained in:
parent
0e0433b87b
commit
d60ad9be23
5 changed files with 13 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue