mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-14 00:25:17 +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"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0"
|
|
||||||
rustpython-codegen = { path = "codegen" }
|
rustpython-codegen = { path = "codegen" }
|
||||||
rustpython-parser = { path = "parser" }
|
rustpython-parser = { path = "parser" }
|
||||||
rustpython-bytecode = { path = "bytecode" }
|
rustpython-bytecode = { path = "bytecode" }
|
||||||
|
|
||||||
|
thiserror = "1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue