Skip to content

Commit

Permalink
fix: just android to not fail
Browse files Browse the repository at this point in the history
Add necessary dependencies to bundle the rust application in android native code.

Co-authored-by: Richard Holzeis <richard@holzeis.me>
  • Loading branch information
da-kami and holzeis committed Mar 22, 2023
1 parent 05a3936 commit 2244331
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions mobile/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ dlc-messages = { version = "0.4.0" }
flutter_rust_bridge = "1.68.0"
futures = "0.3"
hex = "0.4"
libsqlite3-sys = { version = "0.25.2", features = ["bundled"] }
lightning-invoice = { version = "0.21" }
ln-dlc-node = { path = "../../crates/ln-dlc-node" }
openssl = { version = "0.10.45", features = ["vendored"] }
orderbook-client = { path = "../../crates/orderbook-client" }
orderbook-commons = { path = "../../crates/orderbook-commons" }
reqwest = { version = "0.11", default-features = false, features = ["json"] }
Expand Down

0 comments on commit 2244331

Please sign in to comment.