mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
15 lines
304 B
TOML
15 lines
304 B
TOML
[package]
|
|
name = "ruff_rustpython"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
once_cell = { workspace = true }
|
|
rustpython-common = { workspace = true }
|
|
rustpython-parser = { workspace = true }
|