microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.1.3

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

FfaFeaturePkg/Library/TestServiceLibRust/Cargo.toml

21lines · modepreview

[package]
name = "test-service-lib"
categories = ["embedded", "no-std"]
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Provides test services to OS"
readme = "README.md"
keywords = ["embedded", "no-std", "boot", "firmware"]

[package.metadata.docs.rs]
targets = ["aarch64-unknown-none", "aarch64-unknown-none-softfloat"]

[dependencies]
uuid.workspace = true
odp-ffa.workspace = true
log.workspace = true
ec-service-lib.workspace = true

[features]
default = []