Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Cargo.toml - gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd0e37c259ad9d6c6c20b0bc796cd10b5e954f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "rsplugin"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
build = "build.rs"
repository = "https://github.com/sdroege/rsplugin"
license = "LGPL-2.1+"

[dependencies]
libc = "0.2"
url = "1.1"
hyper = "0.9"
bitflags = "0.7"

[build-dependencies]
gcc = "0.3"
pkg-config = "0.3"

[lib]
name = "rsplugin"
crate-type = ["cdylib"]
path = "src/lib.rs"