mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-02 18:02:23 +00:00
12 lines
230 B
TOML
12 lines
230 B
TOML
[package]
|
|
name = "ruff_rustpython"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
rustpython-parser = { workspace = true }
|