From 3928a1e5e7c559becea2aed443eb75b50360d281 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sat, 28 Jun 2025 01:43:21 +0200 Subject: [PATCH] targets --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8520e5c..18b0d99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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