Currently, for the proc macro to work properly, it needs to reference the orch_response types.
Initially, I used ::orch::response (exposed the orch_response from inside orch as orch::response) and it worked great in external creates (like magic-cli), right up until the point where I needed to use the proc macro from within orch.
Until this is properly resolved, consumers of this library will need to also add orch_response as a dependency.
Currently, for the proc macro to work properly, it needs to reference the
orch_responsetypes.Initially, I used
::orch::response(exposed theorch_responsefrom insideorchasorch::response) and it worked great in external creates (likemagic-cli), right up until the point where I needed to use the proc macro from withinorch.Until this is properly resolved, consumers of this library will need to also add
orch_responseas a dependency.