You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloned master branch but does not build with this error:
error: failed to load manifest for workspace member `/Users/asahin/Code/sandbox/async-graphql-examples/models/starwars`
Caused by:
failed to load manifest for dependency `async-graphql`
Caused by:
failed to read `/Users/asahin/Code/sandbox/Cargo.toml`
Caused by:
No such file or directory (os error 2)
The text was updated successfully, but these errors were encountered:
this should be part of on README.md. i can create a PR to add something like below to the root README.md
// `examples` is sub-repository of `async-graphql`.
git clone https://github.com/async-graphql/async-graphql.git
cd async-graphql
git clone https://github.com/async-graphql/examples.git
Cloned master branch but does not build with this error:
The text was updated successfully, but these errors were encountered: