Files
ruff/crates/ruff_python_index/Cargo.toml
2023-07-26 17:47:22 +02:00

25 lines
605 B
TOML

[package]
name = "ruff_python_index"
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_python_trivia = { path = "../ruff_python_trivia" }
rustpython-parser = { workspace = true }
ruff_text_size = { workspace = true }
ruff_source_file = { path = "../ruff_source_file" }
itertools = { workspace = true }
rustpython-ast = { workspace = true }
[dev-dependencies]