v4l-save-image/Cargo.toml

14 lines
300 B
TOML
Raw Permalink Normal View History

2020-05-12 19:35:33 +00:00
[package]
name = "v4l-save-image"
version = "0.1.0"
authors = ["FliegendeWurst <2012gdwu@web.de>"]
2020-05-15 08:10:01 +00:00
license = "GPL-3.0+"
2020-05-12 19:35:33 +00:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
v4l = "0.4.0"
image = "0.23.4"
chrono = "0.4.11"