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

Solution for graphql_derive build errors #91

Open
namibj opened this issue Sep 1, 2020 · 0 comments
Open

Solution for graphql_derive build errors #91

namibj opened this issue Sep 1, 2020 · 0 comments

Comments

@namibj
Copy link

namibj commented Sep 1, 2020

I had these issues about half a year ago, and finally decided to just massage the Cargo.toml's by hand until it worked.

I hereby urge you to commit Cargo.lock, even for libraries like this one, because cargo only creates Cargo.lock if there's something lock-worthy like the examples here.

Please don't make me spend the better part of a day for the next example/experiment.

Here is what I came up with, btw.: https://gist.github.com/namibj/beb55efb68b6663cb06bbcacece61e3b
It's not pretty, due to the path dependencies, but at compiles.

Edit: it still panics at runtime, but at least it works to some extend.

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