gst-plugins-rs/net/webrtc/protocol/Cargo.toml

14 lines
403 B
TOML
Raw Normal View History

[package]
2022-10-20 09:55:25 +00:00
name = "gst-plugin-webrtc-signalling-protocol"
version = "0.9.13"
edition = "2021"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer WebRTC sink default protocol"
2022-08-16 14:44:41 +00:00
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
rust-version = "1.63"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"