From 83587f129921deeff6c1f9e6089cc1e8c1763471 Mon Sep 17 00:00:00 2001 From: Jordon Brooks <16258926+Jordonbc@users.noreply.github.com> Date: Wed, 7 Jun 2023 19:43:35 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b089f0c..319e150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "harmony_link_client" +name = "harmony_link_server" version = "0.1.0" edition = "2021" @@ -13,8 +13,8 @@ opt-level = "z" # Optimize for binary size strip = true # Remove debug symbols [[bin]] -name = "harmony_link_client" +name = "harmony_link_server" path = "src/main.rs" [dependencies] -libloading = "0.8.0" \ No newline at end of file +libloading = "0.8.0"