From 3e4956e70a98ae08bb8cb5acfa938753e17ed8a3 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Mon, 12 Jul 2021 12:29:36 -0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8097843..b8083e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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]