Skip to content

Commit

Permalink
Add reqwest as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Jan 15, 2024
1 parent 59e68c1 commit e5f8b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ path = "src/lib.rs"
[dependencies]
serde = { version = "1.0.195", features = ["derive"] }
serde_yaml = "0.9.30"
reqwest = { version = "0.*", features = ["blocking", "json"] }
[[bin]]
name = "your_bin_name"
Expand Down

0 comments on commit e5f8b3d

Please sign in to comment.