Skip to content

Commit 9a31978

Browse files
committed
Fill in crate descriptions and repository URLs
Nothing too fancy, but at least this isn't entirely blank now.
1 parent f8ed416 commit 9a31978

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

open-build-service-api/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "0.1.0"
44
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
55
edition = "2024"
66
license = "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

open-build-service-mock/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "0.1.0"
44
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
55
edition = "2024"
66
license = "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

0 commit comments

Comments
 (0)