mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 22:04:50 +00:00
clean up cargo.toml sort
This commit is contained in:
parent
3742f9117b
commit
7f99404618
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