2017-09-22 02:28:21 +03:00
|
|
|
[package]
|
|
|
|
name = "janus-plugin-sys"
|
2021-01-25 11:53:35 +03:00
|
|
|
version = "0.8.0"
|
2019-12-10 00:47:57 +03:00
|
|
|
edition = "2018"
|
2019-12-10 01:38:53 +03:00
|
|
|
authors = ["Marshall Polaris <marshall@pol.rs>"]
|
2017-09-26 01:47:37 +03:00
|
|
|
description = "Native bindings to the Janus plugin API."
|
2018-03-30 02:23:34 +03:00
|
|
|
repository = "https://github.com/mozilla/janus-plugin-rs"
|
2017-10-25 03:38:40 +03:00
|
|
|
license = "MPL-2.0"
|
2017-09-26 01:47:37 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2021-01-25 11:21:36 +03:00
|
|
|
glib-sys = "0.10"
|
2017-10-25 03:38:40 +03:00
|
|
|
jansson-sys = { path = "../jansson-sys", version = "0.1.0" }
|