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
a81eb40e82
commit
3e4956e70a
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "TribuFu-Jvm"
|
name = "tribufu-jvm"
|
||||||
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"
|
||||||
authors = ["TribuFu <contact@tribufu.com>"]
|
authors = ["TribuFu <contact@tribufu.com>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
|
||||||
path = "Source/lib.rs"
|
path = "Source/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
TribuFu = { path = "../DevKit" }
|
tribufu = { path = "../DevKit.Rs" }
|
||||||
jni = "0.19.0"
|
jni = "0.19.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue