wrote the tool!

This commit is contained in:
pyro57000
2025-11-14 12:28:46 -06:00
parent 2ffad56c14
commit 89615627f0
4 changed files with 241 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "newline_fixer"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.51", features = ["derive"] }