photoncloud-monorepo/k8shost/crates/k8shost-proto/Cargo.toml
centra 5c6eb04a46 T036: Add VM cluster deployment configs for nixos-anywhere
- netboot-base.nix with SSH key auth
- Launch scripts for node01/02/03
- Node configuration.nix and disko.nix
- Nix modules for first-boot automation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-11 09:59:19 +09:00

13 lines
240 B
TOML

[package]
name = "k8shost-proto"
version = "0.1.0"
edition = "2021"
[dependencies]
tonic = { workspace = true }
prost = { workspace = true }
tokio = { workspace = true }
[build-dependencies]
tonic-build = "0.11"
protoc-bin-vendored = "3"