mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
19 lines
257 B
TOML
19 lines
257 B
TOML
|
[workspace]
|
||
|
resolver = "2"
|
||
|
members = [
|
||
|
"tracing-util",
|
||
|
"lang-graphql",
|
||
|
"open-dds",
|
||
|
"engine",
|
||
|
"hasura-authn-core",
|
||
|
"hasura-authn-webhook",
|
||
|
"hasura-authn-jwt",
|
||
|
"custom-connector"
|
||
|
]
|
||
|
|
||
|
[profile.release]
|
||
|
debug = true
|
||
|
|
||
|
[profile.bench]
|
||
|
debug = true
|