From e27786f80668b80d732452d4b4181443d9133714 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Sun, 1 Aug 2021 19:13:27 -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 aa00bcd..f197879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"] path = "Source/lib.rs" [dependencies] -#tribufu = { path = "../DevKit.Rs" } +tribufu = { path = "../DevKit" } jni = "0.19.0" [build-dependencies]