gst-plugins-rs/net/webrtc/protocol/Cargo.toml
Thibault Saunier 25bda89ac8 webrtc: Update an unify rust-version and edition
So it all matches the rest of the plugins
2022-10-20 13:32:31 +02:00

14 lines
382 B
TOML

[package]
name="webrtcsink-protocol"
version = "0.1.0"
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.63"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"