Skip to content

Commit 94264f7

Browse files
committed
Updated metadata in Cargo.toml
1 parent 1c0b0c7 commit 94264f7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
[package]
22
name = "minidisc"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
5-
homepage = "https://github.com/G2-Games/minidisc-cli/"
5+
homepage = "https://github.com/G2-Games/minidisc-rs/"
66
repository = "https://github.com/G2-Games/minidisc-cli/minidisc-rs/"
7+
documentation = "https://docs.rs/cross_usb"
78
description = "A library for interacting with NetMD and Hi-MD minidisc devices."
8-
license-file = "LICENSE"
9+
license = "AGPL-3.0"
910
authors = ["G2 <ke0bhogsg@gmail.com>", "Asivery"]
1011
readme = "README.md"
1112

13+
keywords = ["minidisc"]
14+
categories = ["hardware-support", "wasm", "multimedia::audio"]
15+
1216
# Have docs.rs make documentation for most supported targets
1317
[package.metadata.docs.rs]
1418
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"]

0 commit comments

Comments
 (0)