Skip to content

Conversation

@tcharding
Copy link
Member

We are going to create a new HTTP crate for the Rust Bitcoin eccosystem. Add an empty crate so we can grab the name on crates.io.

Cargo.toml Outdated
@@ -1,5 +1,5 @@
[workspace]
members = ["client", "jsonrpc", "node", "types"]
members = [ "bitreq","client", "jsonrpc", "node", "types"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
members = [ "bitreq","client", "jsonrpc", "node", "types"]
members = [ "bitreq", "client", "jsonrpc", "node", "types"]

version = "0.0.0"
authors = ["Tobin C. Harding <me@tobin.cc>"]
description = "Simple, minimal-dependency HTTP client"
documentation = "https://docs.rs/minireq"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
documentation = "https://docs.rs/minireq"
documentation = "https://docs.rs/bitreq"

We are going to create a new HTTP crate for the Rust Bitcoin
eccosystem. Add an empty crate so we can grab the name on crates.io.
Copy link
Collaborator

@jamillambert jamillambert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 1ee8841

@tcharding tcharding merged commit 96ff9c9 into rust-bitcoin:master Oct 21, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants