From b221e9b8fd13dbc7baccd1a9eaa05e37333ca8fa Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Sat, 29 May 2021 11:36:00 -0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f87807d..178320a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"] path = "Source/lib.rs" [dependencies] -#TribuFu = { path = "../DevKit" } +TribuFu = { path = "../DevKit" } jni = "0.19.0" [build-dependencies]