From 7762b5e0975dfdc49d1f1b5efcaecf6c67c07f1f Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Sun, 3 Oct 2021 13:53:37 -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 0655bff..ea9fd78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tribufu-jni" version = "0.0.1" -description = "JVM bindings to TribuFu SDK" +description = "JNI bindings to TribuFu SDK" repository = "https://github.com/TribuFu/SDK" authors = ["TribuFu "] license = "Apache-2.0"