Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Torakushi committed Oct 2, 2023
1 parent c94eb10 commit 0dac259
Show file tree
Hide file tree
Showing 14 changed files with 357 additions and 40 deletions.
74 changes: 74 additions & 0 deletions libs/Cargo.lock

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

6 changes: 6 additions & 0 deletions libs/sdk-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ crate-type = ["staticlib", "cdylib", "lib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static="*"
hex = "0.4"
tracing="*"
tracing-subscriber="*"
tracing-log="*"
tracing-core="*"
breez-sdk-core = { path = "../sdk-core" }
anyhow = { version = "1.0", features = ["backtrace"] }
thiserror = "1.0"
Expand Down
Loading

0 comments on commit 0dac259

Please sign in to comment.