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"
|
2017-10-03 23:35:25 +03:00
|
|
|
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"
|