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

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

2017-09-22 02:28:21 +03:00
[package]
name = "janus-plugin-sys"
version = "0.6.0"
2017-09-22 02:28:21 +03:00
authors = ["Marshall Quander <marshall@quander.me>"]
description = "Native bindings to the Janus plugin API."
2017-10-25 03:38:40 +03:00
repository = "https://github.com/mquander/janus-plugin-rs"
license = "MPL-2.0"
[features]
default = []
refcount = [] # compatible with the Janus refcount branch rather than stable branch
[dependencies]
glib-sys = "0.4"
2017-10-25 03:38:40 +03:00
jansson-sys = { path = "../jansson-sys", version = "0.1.0" }