janus-plugin-sfu/Cargo.toml

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

2017-09-22 02:28:40 +03:00
[package]
name = "janus-retproxy"
version = "0.1.0"
authors = ["Marshall Quander <marshall@quander.me>"]
[lib]
crate_type = ["cdylib"]
[dependencies]
cstr-macro = "0.1.0"
janus-plugin = { git = "https://github.com/mquander/janus-plugin-rs" }
jansson-sys = { git = "https://github.com/mquander/janus-plugin-rs" }
2017-09-23 04:18:43 +03:00
lazy_static = "0.2"