Patching a cargo file

Useful cargo.toml patch to point toward a local repo to build dependent packages from:

[patch."https://github.com/habitat-sh/core.git"]
habitat_core = {path = "/src/core/components/core"}
habitat_win_users = {path = "/src/core/components/win-users"}