Rename Library

This commit is contained in:
GuilhermeWerner 2021-06-06 09:04:06 -03:00
parent 3661951856
commit 078d85bf46
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "TribuFu-jvm"
name = "TribuFu-Jvm"
version = "0.0.1"
description = "Jvm bindings to TribuFu SDK"
repository = "https://github.com/TribuFu/SDK"
@ -9,7 +9,7 @@ edition = "2018"
publish = false
[lib]
name="TribuFu_jvm"
name="TribuFu_Jvm"
crate-type = ["cdylib", "rlib"]
path = "Source/lib.rs"