Skip to content

Commit

Permalink
convert: add conversion crate
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 29, 2023
1 parent ca37a23 commit f4d8263
Show file tree
Hide file tree
Showing 10 changed files with 490 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by Cargo
# will have compiled files and executables
/target
target/

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ name = "bp"

[dependencies]
amplify = "4.0.0"
secp256k1 = "0.27.0"
bitcoin_hashes = "0.12.0"
bech32 = "0.9.1"
bp-primitives = "0.10.6"
Expand Down
Loading

0 comments on commit f4d8263

Please sign in to comment.