xref: /cloud-hypervisor/option_parser/Cargo.toml (revision 20296e909a88ab1dd9d94b6bd2160ca84c430f5f)
1[package]
2authors = ["The Cloud Hypervisor Authors"]
3edition = "2021"
4name = "option_parser"
5version = "0.1.0"
6
7[dependencies]
8thiserror = { workspace = true }
9