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