blob: 3c8eaa61ae1f457b6b7d9e7a94ace00a209aafce [file]
# Licensed under the Apache-2.0 license
# SPDX-License-Identifier: Apache-2.0
[package]
name = "openprot-spdm-transport-mctp"
version = "0.1.0"
edition = "2021"
description = "MCTP transport implementation for SPDM"
license = "Apache-2.0"
[dependencies]
openprot-mctp-api = { path = "../../mctp/api" }
spdm-lib = { git = "https://github.com/9elements/spdm-lib.git", branch = "buildup" }