# SPDX-License-Identifier: EUPL-1.2 [package] license = "EUPL-1.2" name = "tiny2" version = "0.1.0" edition = "2021" description = "A simple OBSBot Tiny2 GUI control panel for Linux" homepage = "https://github.com/cgevans/tiny2" repository = "https://github.com/cgevans/tiny2" authors = ["Constantine Evans "] readme = "README.md" keywords = ["obsbot", "tiny2", "camera", "webcam"] categories = ["hardware-support"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] iced = "0.10" rusb = "0.9" nix = "0" errno = "0" hex = "0" glob = "0" enum_dispatch = "0.3"