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