mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
11 lines
275 B
YAML
11 lines
275 B
YAML
|
cradle:
|
||
|
cabal:
|
||
|
- path: "./src-lib"
|
||
|
component: "lib:graphql-engine"
|
||
|
- path: "./src-exec"
|
||
|
component: "exe:graphql-engine"
|
||
|
- path: "./src-test"
|
||
|
component: "test:graphql-engine-tests"
|
||
|
- path: "./src-bench-cache"
|
||
|
component: "bench:cache"
|