From bb1fee0c68dd1ec2cf5ff1d0b137e5ad55ce79c5 Mon Sep 17 00:00:00 2001 From: rizky_denianto Date: Tue, 14 Apr 2026 23:32:11 +0700 Subject: [PATCH] Memperbarui deskripsi --- Cargo.toml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f02d8a..b00158c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "tauri-plugin-bluclas" version = "0.1.0" -authors = [ "You" ] +authors = [ "Rizky Denianto" ] description = "" -edition = "2021" -rust-version = "1.77.2" +edition = "2024" +rust-version = "1.94.1" exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"] links = "tauri-plugin-bluclas" diff --git a/package.json b/package.json index fc79e8d..431e278 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tauri-plugin-bluclas-api", "version": "0.1.0", - "author": "You", + "author": "Rizky Denianto", "description": "", "type": "module", "types": "./dist-js/index.d.ts",