mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
Remove parser dependency from ruff-python-ast (#6096)
This commit is contained in:
22
crates/ruff_python_parser/Cargo.toml
Normal file
22
crates/ruff_python_parser/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "ruff_python_parser"
|
||||
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_ast = { path = "../ruff_python_ast"}
|
||||
ruff_text_size = { workspace = true }
|
||||
|
||||
anyhow = { workspace = true }
|
||||
is-macro = { workspace = true }
|
||||
rustpython-ast = { workspace = true }
|
||||
rustpython-parser = { workspace = true }
|
||||
Reference in New Issue
Block a user