cloud-hypervisor/tpm/Cargo.toml
Praveen K Paladugu e3213c8a79 tpm: Add library module
Add structures and related methods to process Ctrl requests and responses
from swtpm to tpm library.

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Co-authored-by: Sean Yoo <t-seanyoo@microsoft.com>
2022-11-15 16:42:21 +00:00

13 lines
203 B
TOML

[package]
name = "tpm"
edition = "2021"
authors = ["Microsoft Authors"]
license = "Apache-2.0"
version = "0.1.0"
[dependencies]
anyhow = "1.0.56"
byteorder = "1.4.3"
log = "0.4.14"
thiserror = "1.0.30"