mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 21:25:31 +00:00

* Update PyO3 * replace unicode_names2 to official release * clean up Cargo.toml and bump dependency versions
17 lines
475 B
TOML
17 lines
475 B
TOML
[package]
|
|
name = "rustpython-format"
|
|
description = "Format helpers for RustPython"
|
|
edition = { workspace = true }
|
|
version = { workspace = true }
|
|
authors = { workspace = true }
|
|
repository = { workspace = true }
|
|
license = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
|
|
[dependencies]
|
|
rustpython-literal = { workspace = true }
|
|
|
|
bitflags = { workspace = true }
|
|
itertools = { workspace = true }
|
|
malachite-bigint = { workspace = true }
|
|
num-traits = { workspace = true }
|