webvtt-playground/Cargo.toml

15 lines
609 B
TOML

[package]
name = "webvtt"
authors = ["Rafael Caricio <rafael@caricio.com>"]
license = "MPL-2.0"
version = "0.1.0"
edition = "2021"
rust-version = "1.56"
[dependencies]
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_18"] }
gst-app = { package = "gstreamer-app", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst-plugin-closedcaption = { path = "../../gst-plugins-rs/video/closedcaption" } # git = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" }
anyhow = "1"