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-10-05 04:25:00 +03:00
|
|
|
lazy_static = "0.2"
|
2017-10-06 02:31:28 +03:00
|
|
|
rand = "0.3"
|