graphql-engine/v3/Cargo.toml

25 lines
361 B
TOML
Raw Normal View History

[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