janus-plugin-sfu/Cargo.toml

14 строки
346 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-10-05 04:25:00 +03:00
lazy_static = "0.2"
2017-10-06 02:31:28 +03:00
rand = "0.3"