From a79003543f835d022ecf56807c1054cc1f031cb9 Mon Sep 17 00:00:00 2001 From: "T. Okubo" Date: Thu, 28 Nov 2019 21:02:59 +0900 Subject: [PATCH] Add some infomation to libvlc-sys/Carto.toml --- libvlc-sys/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libvlc-sys/Cargo.toml b/libvlc-sys/Cargo.toml index ae445ea..42d548d 100644 --- a/libvlc-sys/Cargo.toml +++ b/libvlc-sys/Cargo.toml @@ -2,6 +2,12 @@ name = "libvlc-sys" version = "0.1.0" authors = ["T. Okubo "] + +description = "libVLC C API" +keywords = ["libVLC", "bindings"] +categories = ["external-ffi-bindings", "multimedia"] +repository = "https://github.com/garkimasera/vlc-rs" +license = "MIT" edition = "2018" build = "build.rs" @@ -13,4 +19,4 @@ crate-type = ["rlib"] libc = "0.2" [build-dependencies] -bindgen = "0.52" \ No newline at end of file +bindgen = "0.52"