- Created T026-practical-test task.yaml for MVP smoke testing - Added k8shost-server to flake.nix (packages, apps, overlays) - Staged all workspace directories for nix flake build - Updated flake.nix shellHook to include k8shost Resolves: T026.S1 blocker (R8 - nix submodule visibility)
18 lines
444 B
TOML
18 lines
444 B
TOML
[package]
|
|
name = "plasmavmc-hypervisor"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
description = "Hypervisor abstraction layer for PlasmaVMC"
|
|
|
|
[dependencies]
|
|
plasmavmc-types = { workspace = true }
|
|
tokio = { workspace = true }
|
|
async-trait = { workspace = true }
|
|
tracing = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
dashmap = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|