Update Cargo.toml

This commit is contained in:
GuilhermeWerner 2021-08-01 19:13:27 -03:00
parent 2a62db0088
commit e27786f806

View file

@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
path = "Source/lib.rs" path = "Source/lib.rs"
[dependencies] [dependencies]
#tribufu = { path = "../DevKit.Rs" } tribufu = { path = "../DevKit" }
jni = "0.19.0" jni = "0.19.0"
[build-dependencies] [build-dependencies]