Files
ruff/crates/ruff_python/Cargo.toml

12 lines
185 B
TOML

[package]
name = "ruff_python"
version = "0.0.246"
edition = "2021"
[lib]
[dependencies]
once_cell = {workspace = true}
regex = { workspace = true }
rustc-hash = { workspace = true }