Move universal newline handling into its own crate (#4729)

This commit is contained in:
Charlie Marsh
2023-05-31 12:00:47 -04:00
committed by GitHub
parent e209b5fc5f
commit 9d0ffd33ca
49 changed files with 80 additions and 51 deletions

View File

@@ -8,6 +8,7 @@ rust-version = { workspace = true }
[lib]
[dependencies]
ruff_newlines = { path = "../ruff_newlines" }
ruff_text_size = { workspace = true }
anyhow = { workspace = true }