mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Add Rust Library
This commit is contained in:
parent
362bb7f973
commit
1e18dd4cb2
4 changed files with 66 additions and 0 deletions
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "TribuFu-jvm"
|
||||
version = "0.0.1"
|
||||
description = "Jvm bindings to TribuFu SDK"
|
||||
repository = "https://github.com/TribuFu/SDK"
|
||||
authors = ["TribuFu <contact@tribufu.com>"]
|
||||
license = "Apache-2.0"
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name="TribuFu_jvm"
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
path = "Source/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
TribuFu_sys = { path = "../DevKit.Rs/Native", package = "TribuFu-sys" }
|
||||
jni = "0.19.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue