mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-12 15:45:22 +00:00
clean up cargo.toml sort
This commit is contained in:
parent
03ccd4b9d8
commit
0e0433b87b
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue