mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-02 01:42:25 +00:00

## Summary This matches the setup we use in `uv` and allows for consistency in the `Cargo.toml` files.
23 lines
502 B
TOML
23 lines
502 B
TOML
[package]
|
|
name = "ruff_python_trivia"
|
|
version = "0.0.0"
|
|
publish = false
|
|
authors = { workspace = true }
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
homepage = { workspace = true }
|
|
documentation = { workspace = true }
|
|
repository = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
ruff_text_size = { workspace = true }
|
|
ruff_source_file = { workspace = true }
|
|
|
|
itertools = { workspace = true }
|
|
unicode-ident = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|