Add MIT LICENSE and crates.io metadata
Sets license, readme, repository, keywords and categories so cargo publish / cargo install pick up the right info. Repo URL points at the real git.aleshym.co remote. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+6
-1
@@ -2,7 +2,12 @@
|
||||
name = "umutray"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Battle.net launcher manager for Linux via umu/Proton-GE"
|
||||
description = "Tray-based Wine launcher manager for Linux via umu/Proton-GE"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://git.aleshym.co/funman300/umutray"
|
||||
keywords = ["wine", "proton", "umu", "tray", "launcher"]
|
||||
categories = ["command-line-utilities", "games"]
|
||||
|
||||
[[bin]]
|
||||
name = "umutray"
|
||||
|
||||
Reference in New Issue
Block a user