crlfix 0.1.0

A cross-platform port of dos2unix written in Rust, converts text file line endings from CRLF to LF
[[bin]]
name = "crlfix"
path = "src/main.rs"

[dependencies]

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "A cross-platform port of dos2unix written in Rust, converts text file line endings from CRLF to LF"
documentation = "https://docs.rs/crlfix"
edition = "2024"
homepage = "https://github.com/da-moon/crlfix"
keywords = ["dos2unix", "unix", "lineendings", "crlf", "text"]
license = "MIT"
name = "crlfix"
readme = false
repository = "https://github.com/da-moon/crlfix"
version = "0.1.0"