mirror of
https://github.com/RustPython/Parser.git
synced 2025-09-12 13:26:17 +00:00
sort Cargo.toml dependencies
This commit is contained in:
parent
0e0433b87b
commit
d60ad9be23
5 changed files with 13 additions and 11 deletions
|
@ -7,14 +7,13 @@ edition = "2021"
|
|||
repository = "https://github.com/RustPython/RustPython"
|
||||
license = "MIT"
|
||||
|
||||
|
||||
[dependencies]
|
||||
bincode = "1.3.3"
|
||||
bitflags = "1.3.2"
|
||||
bstr = "0.2.17"
|
||||
itertools = "0.10.3"
|
||||
lz4_flex = "0.9.2"
|
||||
num-bigint = { version = "0.4.3", features = ["serde"] }
|
||||
num-complex = { version = "0.4.0", features = ["serde"] }
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
itertools = "0.10.3"
|
||||
bstr = "0.2.17"
|
||||
static_assertions = "1.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue