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 1
1
# Build Server Protocol
2
2
3
- State: Working, Unstable, feature releases might break 0.1
3
+ State: Working, Unstable
4
4
[ 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
+ ```
5
12
6
13
## Example
7
14
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bsp-server"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
edition = " 2021"
5
5
description = " Build Server Protocol (Server)"
6
6
repository = " https://github.com/tami5/build-server-protocol"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bsp-types"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
edition = " 2021"
5
5
description = " Build Server Protocol Types"
6
6
repository = " https://github.com/tami5/build-server-protocol"
You can’t perform that action at this time.
0 commit comments