microsoft/mu_feature_ffa

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
818f98457c414ab23fe870089c633ad464a8216d

Branches

Tags

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

Clone

HTTPS

Download ZIP

FfaFeaturePkg/Library/TestServiceLibRust/Cargo.toml

21lines · modecode

1[package]
2name = "test-service-lib"
3categories = ["embedded", "no-std"]
4version = "0.1.0"
5edition = "2024"
6license = "MIT"
7description = "Provides test services to OS"
8readme = "README.md"
9keywords = ["embedded", "no-std", "boot", "firmware"]
10
11[package.metadata.docs.rs]
12targets = ["aarch64-unknown-none", "aarch64-unknown-none-softfloat"]
13
14[dependencies]
15uuid.workspace = true
16odp-ffa.workspace = true
17log.workspace = true
18ec-service-lib.workspace = true
19
20[features]
21default = []
22