From 7eb404d7022736310193ba40b74d04e61b8c281d Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Sun, 18 Jul 2021 14:04:12 -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 b8083e0..aa00bcd 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.Rs" } jni = "0.19.0" [build-dependencies]