From 665b8ea2e085caa2e8ba8d91d0f82ca31526e24e Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 10 Apr 2023 20:25:47 +0200 Subject: [PATCH] fix: renamed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86b27e7..0c9f819 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" # nvim = [] [lib] -name = "library" +name = "codemp" path = "src/lib/lib.rs" [[bin]] # Bin to run the CodeMP gRPC server