ruff/crates/ruff_python_parser/Cargo.toml

22 lines
556 B
TOML

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