File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Build Server Protocol
22
3- State: Working, Unstable, feature releases might break 0.1
3+ State: Working, Unstable
44[ Build Server Protocol] ( https://build-server-protocol.github.io/docs/specification.html ) client, server and type definition in rust.
5+ ## Install
6+
7+ ```
8+ bsp-server = "0.1.3"
9+ # OR if you want just types
10+ bsp-types = "0.1.3"
11+ ```
512
613## Example
714
Original file line number Diff line number Diff line change 11[package ]
22name = " bsp-server"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44edition = " 2021"
55description = " Build Server Protocol (Server)"
66repository = " https://github.com/tami5/build-server-protocol"
Original file line number Diff line number Diff line change 11[package ]
22name = " bsp-types"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44edition = " 2021"
55description = " Build Server Protocol Types"
66repository = " https://github.com/tami5/build-server-protocol"
You can’t perform that action at this time.
0 commit comments