update
Some checks failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/build/2 Pipeline failed

This commit is contained in:
JMARyA 2025-06-28 01:53:47 +02:00
parent 98b5874442
commit 3a4b5ee78c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 314 additions and 240 deletions

View file

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