Added num/malachite features for format crate (#109)

This commit is contained in:
Harsha Teja Kanna 2023-12-27 21:52:22 -06:00 committed by GitHub
parent 29c4728dbe
commit 8731e9fc50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 5 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 }