Make parser location optional

This commit is contained in:
Jeong YunWon 2023-05-11 04:17:56 +09:00
parent aabc96dde9
commit cbe4e8c5f3
9 changed files with 18 additions and 14 deletions

View file

@ -11,7 +11,7 @@ rust-version = { workspace = true }
[lib]
[dependencies]
ruff_text_size = { workspace = true, features = ["serde"] }
ruff_text_size = { path = "../ruff_text_size" }
memchr = "2.5.0"
once_cell = { workspace = true }