Skip to content

Commit

Permalink
Merge pull request #1 from signalapp/jack/jni
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
jack-signal authored Aug 14, 2020
2 parents b158ff7 + 420ba84 commit 69b6769
Show file tree
Hide file tree
Showing 4 changed files with 1,260 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
Cargo.lock
17 changes: 17 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[package]
name = "libsignal-jni"
version = "0.1.0"
authors = ["Jack Lloyd <jack@signal.org>"]
edition = "2018"

[lib]
name = "signal_jni"
crate-type = ["dylib"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libsignal-protocol-rust = { path = "../libsignal-protocol-rust" }
#libsignal-protocol-rust = { git = "https://github.com/signalapp/libsignal-protocol-rust" }
jni = "0.17"
rand = "0.7.3"
Loading

0 comments on commit 69b6769

Please sign in to comment.