blob: 8127694389423b861cb5fafe1ada57d0fc69f5a5 [file]
# Licensed under the Apache-2.0 license
# SPDX-License-Identifier: Apache-2.0
[package]
name = "openprot-spdm-rng"
version = "0.1.0"
edition = "2021"
description = "SPDM RNG 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" }