[package] name = "oxidized-patch" version = "0.1.0" edition = "2024" license = "MIT" [[bin]] name = "patch" path = "src/main.rs" [dependencies] regex = "1" [profile.release] strip = true lto = true