Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit b74b330

Browse files
committed
Add simple bugzilla client
This provides structs for holding bug data from the Bugzilla REST API and a simple blocking client based on reqwest.
1 parent a5259fe commit b74b330

File tree

4 files changed

+381
-0
lines changed

4 files changed

+381
-0
lines changed

Cargo.lock

Lines changed: 207 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/kbcheck/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ walkdir = "2"
1515
url={ version = "2", features = ["serde"] }
1616
thiserror = "1"
1717
clap = { version = "3", features = ["derive"] }
18+
reqwest="0.11"

0 commit comments

Comments
 (0)