From 287767fa19c985afd4057194583c7289e4a04cd5 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 21 Feb 2024 18:52:43 -0500 Subject: [PATCH] build: remove blank screen on installation --- src-tauri/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1949ef0..c6b3f95 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -3,7 +3,6 @@ name = "fformat" version = "0.1.0" description = "Potential file content type identifier." authors = ["rzmk"] -license = "" repository = "https://github.com/rzmk/fformat" edition = "2021" rust-version = "1.70"