1[package] 2authors = ["The Cloud Hypervisor Authors"] 3edition = "2021" 4name = "option_parser" 5version = "0.1.0" 6 7[dependencies] 8thiserror = { workspace = true } 9