build: Expose and use "sev_snp" feature on virtio-devices

Code in this crate is conditional on this feature so it necessary to
expose as a new feature and use that feature as a dependency when the
feature is enabled on the vmm crate.

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2024-05-07 11:32:46 +01:00
parent 3def18f502
commit ea23c16c5a
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
[features]
default = []
sev_snp = []
[dependencies]
anyhow = "1.0.81"