Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle orch_response inside orch #10

Open
guywaldman opened this issue Jul 21, 2024 · 0 comments
Open

Bundle orch_response inside orch #10

guywaldman opened this issue Jul 21, 2024 · 0 comments

Comments

@guywaldman
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant