Volt VMM (Neutron Stardust): source-available under AGPSL v5.0
KVM-based microVMM for the Volt platform: - Sub-second VM boot times - Minimal memory footprint - Landlock LSM + seccomp security - Virtio device support - Custom kernel management Copyright (c) Armored Gates LLC. All rights reserved. Licensed under AGPSL v5.0
This commit is contained in:
11
rootfs/volt-init/Cargo.toml
Normal file
11
rootfs/volt-init/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "volt-init"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
description = "Minimal PID 1 init process for Volt VMs"
|
||||
|
||||
# No external dependencies — pure Rust + libc syscalls
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
Reference in New Issue
Block a user