mirror of https://github.com/astral-sh/ruff
22 lines
609 B
TOML
22 lines
609 B
TOML
[package]
|
|
name = "ruff_shrinking"
|
|
version = "0.2.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
clap = { workspace = true }
|
|
fs-err = { workspace = true }
|
|
regex = { workspace = true }
|
|
ruff_python_ast = { path = "../ruff_python_ast" }
|
|
ruff_python_parser = { path = "../ruff_python_parser" }
|
|
ruff_text_size = { path = "../ruff_text_size" }
|
|
shlex = { workspace = true }
|
|
tracing = { workspace = true }
|
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
|
|
|
[lints]
|
|
workspace = true
|