Use new rustpython_format crate over rustpython-common (#4388)

This commit is contained in:
Micha Reiser
2023-05-13 14:35:02 +02:00
committed by GitHub
parent eeabfd6d18
commit f5afa8198c
11 changed files with 26 additions and 147 deletions

View File

@@ -17,7 +17,7 @@ libcst = { workspace = true }
once_cell = { workspace = true }
pretty_assertions = { version = "1.3.0" }
regex = { workspace = true }
rustpython-common = { workspace = true }
rustpython-format = { workspace = true }
rustpython-parser = { workspace = true }
schemars = { workspace = true }
serde_json = { workspace = true }