mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 15:34:49 +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 = []
|
nvim = []
|
||||||
|
|
||||||
[[bin]] # Bin to run the CodeMP gRPC server
|
[[bin]] # Bin to run the CodeMP gRPC server
|
||||||
name = "codemp-server"
|
name = "server"
|
||||||
path = "src/server/main.rs"
|
path = "src/server/main.rs"
|
||||||
|
|
||||||
[[bin]] # Bin to run the CodeMP gRPC client
|
[[bin]] # Bin to run the CodeMP gRPC client
|
||||||
name = "codemp-client"
|
name = "client-neovim"
|
||||||
path = "src/client/main.rs"
|
path = "src/client/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue