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"