Add some cargo metadata
This commit is contained in:
Родитель
b24db9acb4
Коммит
470d9971ce
|
@ -3,6 +3,7 @@ name = "janus-plugin"
|
|||
version = "0.1.0"
|
||||
authors = ["Marshall Quander <marshall@quander.me>"]
|
||||
description = "Library for creating plugins for Janus, the WebRTC gateway."
|
||||
repository = "https://github.com/mquander/janus-plugin-rs"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[workspace]
|
||||
|
@ -15,5 +16,5 @@ colored = "1.5"
|
|||
cstr-macro = "0.1"
|
||||
glib-sys = "0.4"
|
||||
libc = "0.2"
|
||||
jansson-sys = { path = "jansson-sys" }
|
||||
janus-plugin-sys = { path = "janus-plugin-sys" }
|
||||
jansson-sys = { path = "jansson-sys", version = "0.1.0" }
|
||||
janus-plugin-sys = { path = "janus-plugin-sys", version = "0.1.0" }
|
|
@ -3,6 +3,8 @@ name = "jansson-sys"
|
|||
version = "0.1.0"
|
||||
authors = ["Marshall Quander <marshall@quander.me>"]
|
||||
description = "Native bindings for Jansson, the C JSON library."
|
||||
repository = "https://github.com/mquander/janus-plugin-rs"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
cstr-macro = "0.1.0"
|
|
@ -3,7 +3,9 @@ name = "janus-plugin-sys"
|
|||
version = "0.1.0"
|
||||
authors = ["Marshall Quander <marshall@quander.me>"]
|
||||
description = "Native bindings to the Janus plugin API."
|
||||
repository = "https://github.com/mquander/janus-plugin-rs"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
glib-sys = "0.4"
|
||||
jansson-sys = { path = "../jansson-sys" }
|
||||
jansson-sys = { path = "../jansson-sys", version = "0.1.0" }
|
||||
|
|
Загрузка…
Ссылка в новой задаче