Files
ruff/crates/ruff_python/Cargo.toml
2023-02-14 03:03:49 +00:00

12 lines
183 B
TOML

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