Revert parser-pyo3 crate

This commit is contained in:
Jeong YunWon 2023-05-16 23:46:46 +09:00
parent 5995255fc9
commit 5735b7026b

View file

@ -11,7 +11,7 @@ include = ["LICENSE", "Cargo.toml", "src/**/*.rs"]
[workspace]
resolver = "2"
members = [
"ast", "core", "format", "literal", "parser", "parser-pyo3",
"ast", "core", "format", "literal", "parser",
"ruff_text_size", "ruff_source_location",
]