vid2img/Cargo.toml

16 lines
343 B
TOML
Raw Normal View History

2021-03-13 13:44:16 +00:00
[package]
name = "vid2img"
version = "0.1.0"
authors = ["Rafael Caricio <rafael@caricio.com>"]
edition = "2018"
2021-03-13 15:15:28 +00:00
license = "MIT"
2021-03-13 13:44:16 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-03-13 15:15:28 +00:00
glib = "0.10.1"
gstreamer = "0.16.2"
gstreamer-app = "0.16.0"
gstreamer-video = "0.16.0"
log = "0.4"