graphql-engine/v3/Cargo.toml
Rakesh Emmadi f5c9a6f291 Custom deserializer for OpenDd objects (#313)
V3_GIT_ORIGIN_REV_ID: 4c7a9380e517ac8e7ac1bd44dbe879918bd0d9a2
2024-03-11 12:17:50 +00:00

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