Add some information to Cargo.toml

2-bindgen
T. Okubo 2019-11-30 19:37:07 +09:00
parent cef535cc22
commit 2b54b72054
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ version = "0.3.0"
authors = ["T. Okubo <t.okubo.rx78+github@gmail.com>"]
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"