ruff/crates/ruff_python/Cargo.toml
2023-02-19 15:07:17 +00:00

13 lines
251 B
TOML

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