mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-12 07:35:07 +00:00

## Summary This matches the setup we use in `uv` and allows for consistency in the `Cargo.toml` files.
23 lines
514 B
TOML
23 lines
514 B
TOML
[package]
|
|
name = "ruff_python_ast_integration_tests"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
ruff_python_parser = { workspace = true }
|
|
ruff_python_ast = { workspace = true }
|
|
ruff_python_trivia = { workspace = true }
|
|
ruff_text_size = { workspace = true }
|
|
|
|
insta = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|