mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +00:00
Added num/malachite features for format crate (#109)
This commit is contained in:
parent
29c4728dbe
commit
8731e9fc50
7 changed files with 14 additions and 5 deletions
|
@ -24,7 +24,7 @@ phf_codegen = "0.11.1"
|
|||
tiny-keccak = { version = "2", features = ["sha3"] }
|
||||
|
||||
[dependencies]
|
||||
rustpython-ast = { workspace = true }
|
||||
rustpython-ast = { workspace = true, default-features = false }
|
||||
rustpython-parser-core = { workspace = true }
|
||||
|
||||
itertools = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue