graphql-engine/v3/crates/compatibility/Cargo.toml
Daniel Harvey 6c295d1c45 Revert "Optional CompatibilityConfig for v3-engine" (#1006)
Reverts hasura/v3-engine#998

We are going to use `opendds` Flags for this instead.

V3_GIT_ORIGIN_REV_ID: 155c7a6b17be95a6370b08fdc425791e3eb8b70a
2024-08-22 16:47:45 +00:00

30 lines
612 B
TOML

[package]
name = "compatibility"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
bench = false
[dependencies]
open-dds = { path = "../open-dds" }
opendds-derive = { path = "../utils/opendds-derive" }
chrono = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_path_to_error = { workspace = true }
thiserror = { workspace = true }
[package.metadata.cargo-machete]
ignored = [
"serde_json", # used by opendds-derive
"serde_path_to_error", # used by opendds-derive
]
[lints]
workspace = true