From c2fbb2b2be508fec7179ac08143d89128061cc2a Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Sun, 9 May 2021 17:46:26 -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 2ac6ce2..2915a51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ crate-type = ["cdylib", "rlib"] path = "Source/lib.rs" [dependencies] -TribuFu = { path = "../DevKit.Rs", package = "TribuFu" } +TribuFu = { path = "../DevKit" } jni = "0.19.0"