update
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful

This commit is contained in:
JMARyA 2025-06-28 01:55:29 +02:00
parent c010ccc380
commit fce86e60b7
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 126 additions and 43 deletions

View file

@ -3,6 +3,10 @@ name = "mdpatch"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "mdpatch"
path = "src/main.rs"
[profile.release]
strip = true
lto = true