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