blob: c5a2f2fda805ffa77f22e85d546d023a73ff8718 [file]
# Licensed under the Apache-2.0 license
# SPDX-License-Identifier: Apache-2.0
[package]
name = "openprot-spdm-hash"
version = "0.1.0"
edition = "2021"
description = "SPDM hash implementation using OpenPRoT crypto service"
license = "Apache-2.0"
[dependencies]
spdm-lib = { git = "https://github.com/9elements/spdm-lib.git", branch = "buildup" }
crypto-client = { path = "../../crypto/client" }