solstice-ci/.cargo/config.toml

6 lines
289 B
TOML
Raw Normal View History

# Cargo configuration for Solstice CI
# vm-manager is referenced via path dep in orchestrator's Cargo.toml.
# For local development, ensure the vm-manager repo is available at:
# ../vm-manager (relative to solstice-ci root)
# or create a symlink: ln -s /path/to/vm-manager ../vm-manager