mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
f5c9a6f291
V3_GIT_ORIGIN_REV_ID: 4c7a9380e517ac8e7ac1bd44dbe879918bd0d9a2
25 lines
361 B
TOML
25 lines
361 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
package.version = "0.1.0"
|
|
package.edition = "2021"
|
|
package.license = "Apache-2.0"
|
|
|
|
members = [
|
|
"tracing-util",
|
|
"lang-graphql",
|
|
"open-dds",
|
|
"engine",
|
|
"hasura-authn-core",
|
|
"hasura-authn-webhook",
|
|
"hasura-authn-jwt",
|
|
"custom-connector",
|
|
"opendds-derive"
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|
|
[profile.bench]
|
|
debug = true
|