Add the package as a dependency:
def deps do
[
{:execution_plane_http, "~> 0.2.0"}
]
endWhen developing inside the workspace, use a sibling path dependency. When publishing to Hex, keep the versioned dependency form and let Hex resolve the package normally.