Skip to content

Commit

Permalink
Rename crate bitcoin_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Dec 2, 2024
1 parent eae7202 commit 022fc68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "bip21"
version = "0.5.0"
authors = ["Martin Habovstiak <[email protected]>"]
name = "bitcoin_uri"
version = "0.0.1"
authors = ["Dan Gould <[email protected]>"]
edition = "2018"
description = "Rust-idiomatic, compliant, flexible and performant BIP21 crate."
repository = "https://github.com/Kixunil/bip21"
description = "Rust-idiomatic, compliant, flexible and performant bitcoin URI crate."
repository = "https://github.com/payjoin/bitcoin_uri"
readme = "README.md"
keywords = ["bitcoin", "bip21", "parsing", "newtypes"]
categories = ["cryptography::cryptocurrencies", "encoding", "rust-patterns", "value-formatting"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rust implementation of BIP21
# Rust implementation of BIP21 bitcoin URIs

Rust-idiomatic, compliant, flexible and performant BIP21 crate.
Rust-idiomatic, compliant, flexible and performant bitcoin URI crate.

## About

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Rust-idiomatic, compliant, flexible and performant BIP21 crate.
//! Rust-idiomatic, compliant, flexible and performant bitcoin URI crate.
//!
//! **Important:** while lot of work went into polishing the crate it's still considered
//! early-development!
Expand Down

0 comments on commit 022fc68

Please sign in to comment.