mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 13:30:49 -05:00
17 lines
779 B
TOML
17 lines
779 B
TOML
[package]
|
|
name = "ruff_dev"
|
|
version = "0.0.105"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.60" }
|
|
clap = { version = "4.0.1", features = ["derive"] }
|
|
codegen = { version = "0.2.0" }
|
|
itertools = { version = "0.10.5" }
|
|
ruff = { path = ".." }
|
|
rustpython-ast = { features = ["unparse"], git = "https://github.com/RustPython/RustPython.git", rev = "77b821a1941019fe34f73ce17cea013ae1b98fd0" }
|
|
rustpython-common = { git = "https://github.com/RustPython/RustPython.git", rev = "77b821a1941019fe34f73ce17cea013ae1b98fd0" }
|
|
rustpython-parser = { features = ["lalrpop"], git = "https://github.com/RustPython/RustPython.git", rev = "77b821a1941019fe34f73ce17cea013ae1b98fd0" }
|
|
strum = { version = "0.24.1", features = ["strum_macros"] }
|
|
strum_macros = { version = "0.24.3" }
|