mirror of
https://github.com/RustPython/Parser.git
synced 2025-12-23 05:07:02 +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
|
|
@ -8,10 +8,14 @@ repository = { workspace = true }
|
|||
license = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = ["malachite-bigint"]
|
||||
|
||||
[dependencies]
|
||||
rustpython-literal = { workspace = true }
|
||||
|
||||
bitflags = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
malachite-bigint = { workspace = true }
|
||||
malachite-bigint = { workspace = true, optional = true }
|
||||
num-bigint = { workspace = true, optional = true }
|
||||
num-traits = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue