mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
As almost every sub crate depends on thiserror, lets upgrade it to a workspace dependency. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
9 lines
160 B
TOML
9 lines
160 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
name = "option_parser"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|