Skip to content

Commit 7a2c1d5

Browse files
committed
chore: cargo metadata
1 parent 392a37e commit 7a2c1d5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bsp-server/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "bsp-server"
33
version = "0.1.0"
44
edition = "2021"
55
description = "Build Server Protocol (Server)"
6+
repository = "https://github.com/tami5/build-server-protocol"
7+
license = "MIT OR Apache-2.0"
68

79
[dependencies]
810
anyhow = { version = "^1.0.42" }

bsp-types/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "bsp-types"
33
version = "0.1.0"
44
edition = "2021"
55
description = "Build Server Protocol Types"
6+
repository = "https://github.com/tami5/build-server-protocol"
7+
license = "MIT OR Apache-2.0"
68

79
[dependencies]
810
anyhow = "^1.0.42"

0 commit comments

Comments
 (0)