From 2105524b1187f42269f7592672088061a76b5ec5 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sun, 13 Nov 2022 21:37:40 +0900 Subject: [PATCH] change bin name --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9142efa..5384459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,10 @@ name = "clekey-ovr-rs" version = "0.2.1" edition = "2021" +[[bin]] +name = "clekey_ovr" +path = "src/main.rs" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]