From 94264f77d0c9f0da19fc6e552bb27bd56f72c316 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Mon, 11 Mar 2024 16:32:25 -0500 Subject: [PATCH] Updated metadata in `Cargo.toml` --- Cargo.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3138b17..8e7d1cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,18 @@ [package] name = "minidisc" -version = "0.1.0" +version = "0.1.1" edition = "2021" -homepage = "https://github.com/G2-Games/minidisc-cli/" +homepage = "https://github.com/G2-Games/minidisc-rs/" repository = "https://github.com/G2-Games/minidisc-cli/minidisc-rs/" +documentation = "https://docs.rs/cross_usb" description = "A library for interacting with NetMD and Hi-MD minidisc devices." -license-file = "LICENSE" +license = "AGPL-3.0" authors = ["G2 ", "Asivery"] readme = "README.md" +keywords = ["minidisc"] +categories = ["hardware-support", "wasm", "multimedia::audio"] + # Have docs.rs make documentation for most supported targets [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "aarch64-apple-darwin", "wasm32-unknown-unknown"]