Use format and cformat from rustpython-literal (#4968)

* Use `format` and `cformat` from `rustpython-literal`

* Remove unused dependencies, use `rustpython-format`
This commit is contained in:
Micha Reiser
2023-05-12 19:58:02 +02:00
committed by GitHub
parent 15fdf1ee5b
commit 7a6000d181
18 changed files with 54 additions and 2287 deletions

View File

@@ -8,7 +8,6 @@ rustpython-compiler-core = { workspace = true }
rustpython-parser-core = { workspace = true }
rustpython-doc = { workspace = true }
indexmap = { workspace = true }
itertools = { workspace = true }
once_cell = { workspace = true }
syn = { workspace = true, features = ["full", "extra-traits"] }