Skip to content

Commit

Permalink
Add some infomation to libvlc-sys/Carto.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
garkimasera authored and tjfontaine committed May 31, 2020
1 parent 1214173 commit ce4adc2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion libvlc-sys/Cargo.toml
Expand Up @@ -2,6 +2,12 @@
name = "libvlc-sys"
version = "0.1.0"
authors = ["T. Okubo <t.okubo.rx78+devel@gmail.com>"]

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"

Expand All @@ -13,4 +19,4 @@ crate-type = ["rlib"]
libc = "0.2"

[build-dependencies]
bindgen = "0.52"
bindgen = "0.52"

0 comments on commit ce4adc2

Please sign in to comment.