From cf4eb123a5376a33dfe13d365c809f49e80d6732 Mon Sep 17 00:00:00 2001 From: rzmk Date: Tue, 20 Feb 2024 11:06:41 -0500 Subject: [PATCH] build: clarify description & add repository link in src-tauri/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 82d271f..6ac96f8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "fformat" version = "0.1.0" -description = "File format identifier." +description = "Potential file content type identifier." authors = ["rzmk"] license = "" -repository = "" +repository = "https://github.com/rzmk/fformat" edition = "2021" rust-version = "1.70"