From 169b4f1d77f33219e23f94cb9ddd4da2922316af Mon Sep 17 00:00:00 2001 From: Jordon Brooks Date: Sun, 22 Jun 2025 13:53:50 +0100 Subject: [PATCH] Update package description and author information in Cargo.toml --- src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index af7c1c7..6cccb1d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "openvcs" version = "0.1.0" -description = "A Tauri App" -authors = ["you"] +description = "OpenVCS: a lightweight, highly customizable Git GUI built on Rust & Tauri" +authors = ["Jordon Brooks"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html