- 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)
8 lines
246 B
Rust
8 lines
246 B
Rust
//! PlasmaVMC gRPC API service implementations
|
|
//!
|
|
//! This crate provides the gRPC service implementations for the PlasmaVMC API.
|
|
|
|
/// Generated protobuf types and service definitions
|
|
pub mod proto {
|
|
tonic::include_proto!("plasmavmc.v1");
|
|
}
|