13 lines
199 B
TOML
13 lines
199 B
TOML
[package]
|
|
name = "ruff_python"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
once_cell = {workspace = true}
|
|
regex = { workspace = true }
|
|
rustc-hash = { workspace = true }
|