graphql-engine/v3/crates/schema/Cargo.toml
dependabot[bot] 05e13fe566 Bump serde from 1.0.202 to 1.0.203 (#687)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.202 to 1.0.203.

V3_GIT_ORIGIN_REV_ID: 81b23526c9a289d401260350b8169907eb322bbf
2024-06-10 06:26:06 +00:00

30 lines
604 B
TOML

[package]
name = "schema"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
bench = false
[[bin]]
name = "build-schema-from-metadata"
path = "bin/build-schema-from-metadata/main.rs"
bench = false
[dependencies]
hasura-authn-core = { path = "../auth/hasura-authn-core" }
json-ext = { path = "../utils/json-ext" }
lang-graphql = { path = "../lang-graphql" }
open-dds = { path = "../open-dds" }
metadata-resolve = {path = "../metadata-resolve" }
serde = "1.0.203"
serde_json = "1.0.116"
strum_macros = "0.26.3"
thiserror = "1.0"
insta = "1.39.0"
[lints]
workspace = true