From 85a08990c3a17ae676fdd2075f160ddd0d60c886 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Thu, 26 Dec 2024 12:56:26 +1100 Subject: [PATCH] chore(metadata): update metadata --- src-tauri/Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ced8309..b3f8949 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "drop-app" version = "0.1.0" -description = "A Tauri App" -authors = ["you"] +description = "The client application for the open-source, self-hosted game distribution platform Drop" +authors = ["Drop OSS"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -45,9 +45,7 @@ tauri-plugin-os = "2" [dependencies.tauri] version = "2.1.1" -features = [ - "tray-icon" -] +features = ["tray-icon"] [dependencies.tokio]