mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
build: renamed bin targets
This commit is contained in:
parent
711c7ce7c6
commit
ab432966f9
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue