RustPython-Parser/format/Cargo.toml
Steve Shi a2e3209c42
Replace num-bigint with malachite-bigint (#18)
Co-authored-by: Jeong YunWon <jeong@youknowone.org>
2023-06-02 17:06:18 +09:00

16 lines
390 B
TOML

[package]
name = "rustpython-format"
edition = "2021"
version = "0.2.0"
description = "Format helpers for RustPython"
authors = ["RustPython Team"]
repository = "https://github.com/RustPython/Parser/"
license = "MIT"
[dependencies]
rustpython-literal = { workspace = true }
bitflags = "2.3.1"
itertools = "0.10.5"
malachite-bigint = { workspace = true }
num-traits = { workspace = true }