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
16 lines
302 B
TOML
16 lines
302 B
TOML
[package]
|
|
authors = ["Microsoft Authors"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "tpm"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.81"
|
|
byteorder = "1.5.0"
|
|
libc = "0.2.153"
|
|
log = "0.4.21"
|
|
net_gen = { path = "../net_gen" }
|
|
thiserror = { workspace = true }
|
|
vmm-sys-util = { workspace = true }
|