solstice-ci/.cargo/config.toml

6 lines
311 B
TOML
Raw Permalink Normal View History

# 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" }