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:
funman300
2026-04-16 17:33:12 -07:00
parent 6fe558ad00
commit 336c5d908e
2 changed files with 27 additions and 1 deletions
+6 -1
View File
@@ -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"