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