Remove Rust Project

This commit is contained in:
GuilhermeWerner 2021-05-07 09:36:37 -03:00
parent 6f9a2fb7bd
commit 0d148a829f
3 changed files with 0 additions and 63 deletions

View file

@ -1,18 +0,0 @@
[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"