Skip to content

Commit

Permalink
chore: update readme of bip0032 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
koushiro authored Feb 19, 2024
1 parent 8b5c684 commit 038e0ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bip0032/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ description = "Another Rust implementation of BIP-0032 standard"
readme = "README.md"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/bip0032"
repository = "https://github.com/koushiro/bip0032"
repository = "https://github.com/koushiro/rust-bips"
keywords = ["bip32", "bitcoin", "crypto"]
categories = ["cryptography"]
categories = ["cryptography", "no-std"]

[dependencies]

[features]
default = ["std"]
std = []
1 change: 1 addition & 0 deletions bip0032/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ See documentation and examples at https://docs.rs/bip0032.

- [bip32](https://github.com/iqlusioninc/crates/tree/main/bip32)
- [coins-bip32](https://github.com/summa-tx/bitcoins-rs/tree/main/bip32)
- [tiny-hderive](https://github.com/maciejhirsz/tiny-hderive)

## License

Expand Down

0 comments on commit 038e0ea

Please sign in to comment.