We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392a37e commit 7a2c1d5Copy full SHA for 7a2c1d5
bsp-server/Cargo.toml
@@ -3,6 +3,8 @@ name = "bsp-server"
3
version = "0.1.0"
4
edition = "2021"
5
description = "Build Server Protocol (Server)"
6
+repository = "https://github.com/tami5/build-server-protocol"
7
+license = "MIT OR Apache-2.0"
8
9
[dependencies]
10
anyhow = { version = "^1.0.42" }
bsp-types/Cargo.toml
@@ -3,6 +3,8 @@ name = "bsp-types"
description = "Build Server Protocol Types"
anyhow = "^1.0.42"
0 commit comments