Skip to content

Commit

Permalink
Merge #318
Browse files Browse the repository at this point in the history
318: fix: `just android` to not fail r=holzeis a=da-kami

Add necessary dependencies to bundle the rust application in android native code.

look what helped... https://github.com/comit-network/comit-rs/blob/dev/cnd/Cargo.toml#L32

bundling diesel db drivers... CC `@thomaseizinger`

Co-authored-by: Daniel Karzel <daniel@comit.network>
  • Loading branch information
bors[bot] and da-kami authored Mar 22, 2023
2 parents 5daedc8 + 2244331 commit 18fb576
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 18fb576

Please sign in to comment.