File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ members = [
66 " open-build-service-api" ,
77 " open-build-service-mock"
88]
9+
10+ [workspace .package ]
11+ repository = " https://github.com/collabora/open-build-service-rs"
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ version = "0.1.0"
44authors = [" Sjoerd Simons <sjoerd@collabora.com>" ]
55edition = " 2024"
66license = " MIT OR Apache-2.0"
7+ description = " Client for the Open Build Service API"
8+ repository.workspace = true
79
810# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
911
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ version = "0.1.0"
44authors = [" Sjoerd Simons <sjoerd@collabora.com>" ]
55edition = " 2024"
66license = " MIT OR Apache-2.0"
7+ description = " Mock crate for the Open Build Service API"
8+ repository.workspace = true
79
810# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
911
You can’t perform that action at this time.
0 commit comments