Remove parser dependency from ruff-python-ast (#6096)

This commit is contained in:
Micha Reiser
2023-07-26 17:47:22 +02:00
committed by GitHub
parent 99127243f4
commit 2cf00fee96
658 changed files with 1714 additions and 1546 deletions

View 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 }