2017-09-22 02:28:21 +03:00
|
|
|
[package]
|
|
|
|
name = "janus-plugin-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Marshall Quander <marshall@quander.me>"]
|
2017-09-26 01:47:37 +03:00
|
|
|
description = "Native bindings to the Janus plugin API."
|
|
|
|
|
|
|
|
[dependencies]
|
2017-09-28 02:00:24 +03:00
|
|
|
glib-sys = "0.4"
|
2017-09-26 01:47:37 +03:00
|
|
|
jansson-sys = { path = "../jansson-sys" }
|