1 2 3 4 5 6 7 8 9
[package] name = "libuvc" version = "0.1.0" edition.workspace = true license = "BSD-3-Clause" description = "Safe wrapper around libuvc, a cross-platform library for USB video devices" [dependencies] libuvc-sys.workspace = true