mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:26 +00:00
21 lines
570 B
TOML
21 lines
570 B
TOML
[package]
|
|
name = "flake8-to-ruff"
|
|
version = "0.0.272"
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
|
|
[dependencies]
|
|
ruff = { path = "../ruff", default-features = false }
|
|
|
|
anyhow = { workspace = true }
|
|
clap = { workspace = true }
|
|
colored = { workspace = true }
|
|
configparser = { version = "3.0.2" }
|
|
once_cell = { workspace = true }
|
|
regex = { workspace = true }
|
|
rustc-hash = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
strum = { workspace = true }
|
|
strum_macros = { workspace = true }
|
|
toml = { workspace = true }
|