From 166b07e91f8d46b16ea990e10796cac1be28c78b Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Sat, 20 Jun 2026 14:40:51 -0400 Subject: [PATCH] Add project information to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index bf81e70..a91d656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,8 @@ [package] name = "libretunes" +description = "Open-source audio player and library manager" +repository = "https://git.libretunes.xyz/LibreTunes/LibreTunes-DX" +license = "MIT" version = "0.1.0" authors = ["Ethan Girouard"] edition = "2024"