mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-19 01:51:06 +00:00
13 lines
411 B
TOML
13 lines
411 B
TOML
[package]
|
|
name = "gst-plugin-webrtc-signalling-protocol"
|
|
version = "0.11.0-alpha.1"
|
|
edition = "2021"
|
|
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
|
|
license = "MPL-2.0"
|
|
description = "GStreamer WebRTC sink default protocol"
|
|
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
|
rust-version = "1.66"
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|