mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-30 23:27:38 +00:00
20 lines
890 B
TOML
20 lines
890 B
TOML
[package]
|
|
name = "ruff_dev"
|
|
version = "0.0.244"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.66" }
|
|
clap = { version = "4.0.1", features = ["derive"] }
|
|
itertools = { version = "0.10.5" }
|
|
libcst = { git = "https://github.com/charliermarsh/LibCST", rev = "f2f0b7a487a8725d161fe8b3ed73a6758b21e177" }
|
|
once_cell = { version = "1.16.0" }
|
|
ruff = { path = "../ruff" }
|
|
ruff_cli = { path = "../ruff_cli" }
|
|
rustpython-common = { git = "https://github.com/RustPython/RustPython.git", rev = "adc23253e4b58980b407ba2760dbe61681d752fc" }
|
|
rustpython-parser = { features = ["lalrpop"], git = "https://github.com/RustPython/RustPython.git", rev = "adc23253e4b58980b407ba2760dbe61681d752fc" }
|
|
schemars = { version = "0.8.11" }
|
|
serde_json = { version = "1.0.91" }
|
|
strum = { version = "0.24.1", features = ["strum_macros"] }
|
|
strum_macros = { version = "0.24.3" }
|
|
textwrap = { version = "0.16.0" }
|