mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-07 08:13:18 +03:00
6c295d1c45
Reverts hasura/v3-engine#998 We are going to use `opendds` Flags for this instead. V3_GIT_ORIGIN_REV_ID: 155c7a6b17be95a6370b08fdc425791e3eb8b70a
30 lines
612 B
TOML
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
|