Add cloud-only crates. (#968)

### What

We now support cloud-only crates, which are not open-sourced.

### How

Anything in `crates/cloud` will not be synced with the _graphql-engine_
repository.

In order to facilitate this, we generate and commit a
Cargo.toml/Cargo.lock pair with the cloud-only sections removed. We also
transform the justfile to remove this code.

This includes only a test repository, to ensure that nothing private is
synced.

When this is merged, it should not result in a commit to the
_graphql-engine_ repository.

V3_GIT_ORIGIN_REV_ID: 038839acdf3a97da05bbd4b6278171cc12e7cd71
This commit is contained in:
Samir Talwar 2024-08-14 16:45:50 +02:00 committed by hasura-bot
parent 68a30e1126
commit 6fa4d03f3b

View File

@ -1,5 +1,7 @@
set positional-arguments
set shell := ["bash", "-c"]
default:
just --list