examples icon indicating copy to clipboard operation
examples copied to clipboard

Master branch does not build

Open sahina opened this issue 4 years ago • 2 comments

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)

sahina avatar Aug 13 '21 16:08 sahina

examples is a sub-repository of async-graphql, so you need to clone async-graphql.

sunli829 avatar Aug 14 '21 00:08 sunli829

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

sahina avatar Aug 14 '21 17:08 sahina