mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Update Cargo.toml
This commit is contained in:
parent
ecec41a38b
commit
7dc5caaa42
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "tribufu-jvm"
|
||||
name = "tribufu-jni"
|
||||
version = "0.0.1"
|
||||
description = "JVM bindings to TribuFu SDK"
|
||||
repository = "https://github.com/TribuFu/SDK"
|
||||
|
|
@ -9,10 +9,10 @@ edition = "2018"
|
|||
publish = false
|
||||
|
||||
[lib]
|
||||
name="TribuFu_Jvm"
|
||||
name="TribuFu_Jni"
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
path = "Source/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
#tribufu = { path = "../DevKit.Rs" }
|
||||
tribufu = { path = "../DevKit.Rs" }
|
||||
jni = "0.19.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue