[package] name = "v4l2r-utils" version = "0.0.1" authors = ["Alexandre Courbot "] edition = "2021" license = "MIT" publish = false [dependencies] v4l2r = { path = "../lib" } thiserror = "1.0" anyhow = "1.0" log = "0.4.14" nix = { version = "0.28", features = ["fs"] }