Skip to content

Commit

Permalink
Support external input parsing in sdk-common
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgranhao committed Dec 11, 2024
1 parent 2d69ba4 commit 8ec95f0
Show file tree
Hide file tree
Showing 6 changed files with 343 additions and 101 deletions.
3 changes: 2 additions & 1 deletion libs/Cargo.lock

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

1 change: 1 addition & 0 deletions libs/sdk-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ tonic = { workspace = true, features = [
url = "2.5.0"
elements = { version = "0.24.1", optional = true }
urlencoding = { version = "2.1.3" }
percent-encoding = "2.3.1"

[dev-dependencies]
bitcoin = { workspace = true, features = ["rand"] }
Expand Down
Loading

0 comments on commit 8ec95f0

Please sign in to comment.