From 2b54b72054352453919e36acef18af2293eb3f00 Mon Sep 17 00:00:00 2001 From: "T. Okubo" Date: Sat, 30 Nov 2019 19:37:07 +0900 Subject: [PATCH] Add some information to Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4c9076..b97a98a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,9 @@ version = "0.3.0" authors = ["T. Okubo "] description = "Rust bindings for libVLC media framework." -keywords = ["libVLC", "bindings"] +keywords = ["libVLC", "bindings", "multimedia"] +categories = ["external-ffi-bindings", "multimedia"] +documentation = "https://docs.rs/vlc-rs" repository = "https://github.com/garkimasera/vlc-rs" license = "MIT" readme = "README.md"