diff --git a/Cargo.toml b/Cargo.toml index 200d37d..1ef1128 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,11 +8,11 @@ default = ["nvim"] nvim = [] [[bin]] # Bin to run the CodeMP gRPC server -name = "codemp-server" +name = "server" path = "src/server/main.rs" [[bin]] # Bin to run the CodeMP gRPC client -name = "codemp-client" +name = "client-neovim" path = "src/client/main.rs" [dependencies]