blob: 80b2e8c8fbaa7908fb4f25100aa126bdffad69dd [file]
# Licensed under the Apache-2.0 license
[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" }