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