targets
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:43:21 +02:00
parent 37c44467c2
commit 3928a1e5e7
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -3,6 +3,14 @@ name = "mdq"
version = "0.3.1"
edition = "2021"
[lib]
name = "mdq"
path = "src/lib.rs"
[[bin]]
name = "mdq"
path = "src/main.rs"
[profile.release]
strip = true
lto = true