Added num/malachite features for format crate

d

d
This commit is contained in:
Harsha Teja Kanna 2023-12-15 14:03:44 -06:00
parent 29c4728dbe
commit d71e528deb
6 changed files with 17 additions and 3 deletions

View file

@ -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 }