Remove parser dependency from ruff-python-ast (#6096)
This commit is contained in:
24
crates/ruff_python_index/Cargo.toml
Normal file
24
crates/ruff_python_index/Cargo.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[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]
|
||||
Reference in New Issue
Block a user