Something went wrong. Try again.
A GNU diffutils-compatible suite of file comparison tools written in Rust
Something went wrong. Try again.
oxidized-diffutils Cargo.toml
271 B · 16 lines
TOML
at main
1234567891011121314151617[package]name = "oxidized-diffutils"version = "0.1.0"edition = "2024"description = "GNU diffutils-compatible file comparison tools written in Rust"license = "MIT"
[[bin]]name = "diff"path = "src/main.rs"
[dependencies]
[profile.release]strip = truelto = true