Add the package as a dependency:
def deps do
[
{:execution_plane_process, "~> 0.1.0"}
]
endUse a sibling path dependency while developing in the workspace. Use the Hex version when publishing.
Add the package as a dependency:
def deps do
[
{:execution_plane_process, "~> 0.1.0"}
]
endUse a sibling path dependency while developing in the workspace. Use the Hex version when publishing.