solstice-ci/.cargo/config.toml
Till Wegmueller f3d3d1465d chore(format): clippy fixes + remove 470 lines of dead code
- Remove dead libvirt SSH/console functions from scheduler
- Apply clippy auto-fixes across orchestrator and runner-integration
- Format all crates
2026-04-07 21:55:24 +02:00

5 lines
311 B
TOML

# Local path override for development — uses local vm-manager checkout
# instead of fetching from GitHub on every build.
# Remove or comment out to use the git dependency from Cargo.toml.
[patch."https://github.com/CloudNebulaProject/vm-manager.git"]
vm-manager = { path = "../vm-manager/crates/vm-manager" }