janus-plugin-rs/janus-plugin-sys/Cargo.toml

13 строки
350 B
TOML
Исходник Обычный вид История

2017-09-22 02:28:21 +03:00
[package]
name = "janus-plugin-sys"
2020-04-01 12:41:07 +03:00
version = "0.7.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>"]
description = "Native bindings to the Janus plugin API."
repository = "https://github.com/mozilla/janus-plugin-rs"
2017-10-25 03:38:40 +03:00
license = "MPL-2.0"
[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" }