mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-18 09:35:44 +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]
|
[package]
|
||||||
name = "tribufu-jvm"
|
name = "tribufu-jni"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
description = "JVM bindings to TribuFu SDK"
|
description = "JVM bindings to TribuFu SDK"
|
||||||
repository = "https://github.com/TribuFu/SDK"
|
repository = "https://github.com/TribuFu/SDK"
|
||||||
|
|
@ -9,10 +9,10 @@ edition = "2018"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name="TribuFu_Jvm"
|
name="TribuFu_Jni"
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
path = "Source/lib.rs"
|
path = "Source/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
#tribufu = { path = "../DevKit.Rs" }
|
tribufu = { path = "../DevKit.Rs" }
|
||||||
jni = "0.19.0"
|
jni = "0.19.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue