Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Roark committed Jan 13, 2021
1 parent f6576f2 commit e28e185
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 2 additions & 0 deletions ed25519jni/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
target-dir = "target/rust"
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
name = "ed25519jni"
version = "0.0.1"
authors = ["Douglas Roark <douglas.roark@gemini.com>"]
license = "MIT OR Apache-2.0"
publish = false
edition = "2018"

[dependencies]
ed25519-zebra = { path = "../../" }
ed25519-zebra = { path = "../" }
failure = "0.1.8"
jni = "0.18.0"
rand = "0.7.3"

[lib]
crate_type = ["cdylib"]
name = "ed25519jni"
path = "src/main/rust/lib.rs"
crate-type = ["staticlib", "cdylib"]
8 changes: 0 additions & 8 deletions ed25519jni/ed25519jni_rust/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e28e185

Please sign in to comment.