Files
ruff/crates/ruff_python/Cargo.toml
2023-02-12 23:39:51 +00:00

12 lines
191 B
TOML

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