mirror of https://github.com/astral-sh/ruff
17 lines
396 B
TOML
17 lines
396 B
TOML
[package]
|
|
name = "ruff_diagnostics"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
log = { workspace = true }
|
|
ruff_python_ast = { path = "../ruff_python_ast" }
|
|
|
|
rustpython-parser = { workspace = true }
|
|
serde = { workspace = true, optional = true, default_features = false, features = [] }
|