From 0f30449add87f540e2344ab596cc0a23ffaff7e6 Mon Sep 17 00:00:00 2001 From: maxomatic458 <104733404+maxomatic458@users.noreply.github.com> Date: Sat, 18 May 2024 18:34:52 +0200 Subject: [PATCH] change binary name --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24c4bba..a51e314 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,8 @@ async-recursion = "1.1.1" [profile.release] lto = true -codegen-units = 1 \ No newline at end of file +codegen-units = 1 + +[[bin]] +path = "src/main.rs" +name = "qs" \ No newline at end of file