Skip to content

Commit

Permalink
Add jni to workspace and refer to libsignal-protocol-rust via path
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-signal committed Oct 15, 2020
1 parent 2b6a934 commit 5c36459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
members = [
"rust/jni",
"rust/protocol",
]
2 changes: 1 addition & 1 deletion rust/jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ crate-type = ["dylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libsignal-protocol-rust = { git = "ssh://[email protected]/signalapp/libsignal-protocol-rust.git" }
libsignal-protocol-rust = { path = "../protocol" }
jni = "0.17"
rand = "0.7.3"

0 comments on commit 5c36459

Please sign in to comment.