[package] name = "scannerctl" version = "0.1.0" edition = "2021" license-file = "LICENSE.txt" description = "small help utility for scanning documents with the help of the scanimage cli" authors = ["Quirin Ecker"] [dependencies] clap = { version = "4.2.7", features = ["derive"] } dialoguer = "0.10.4"