13 lines
552 B
TOML
13 lines
552 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]
|
|
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"
|