chore(metadata): update metadata

This commit is contained in:
DecDuck
2024-12-26 12:56:26 +11:00
parent dd7f5675d8
commit 85a08990c3

View File

@ -1,8 +1,8 @@
[package] [package]
name = "drop-app" name = "drop-app"
version = "0.1.0" version = "0.1.0"
description = "A Tauri App" description = "The client application for the open-source, self-hosted game distribution platform Drop"
authors = ["you"] authors = ["Drop OSS"]
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # 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] [dependencies.tauri]
version = "2.1.1" version = "2.1.1"
features = [ features = ["tray-icon"]
"tray-icon"
]
[dependencies.tokio] [dependencies.tokio]