mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00
20 lines
561 B
TOML
20 lines
561 B
TOML
[package]
|
|
name = "ruff_python_formatter"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
clap = { workspace = true }
|
|
once_cell = { workspace = true }
|
|
ruff_formatter = { path = "../ruff_formatter" }
|
|
ruff_text_size = { path = "../ruff_text_size" }
|
|
rustc-hash = { workspace = true }
|
|
rustpython-common = { workspace = true }
|
|
rustpython-parser = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
insta = { version = "1.19.0", features = [] }
|
|
test-case = { version = "2.2.2" }
|