mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 21:25:31 +00:00
17 lines
420 B
TOML
17 lines
420 B
TOML
# NOTE: RUSTPYTHON
|
|
# This crate is not a real crate of ruff, but cut off a part of `ruff_python_ast` and vendored it to avoid cross dependency
|
|
|
|
[package]
|
|
name = "ruff_source_location"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
ruff_text_size = { path = "../ruff_text_size" }
|
|
|
|
memchr = { workspace = true }
|
|
once_cell = { workspace = true }
|