graphql-engine/v3/crates/schema/Cargo.toml
dependabot[bot] 6837b08251 Bump serde from 1.0.197 to 1.0.201 (#569)
V3_GIT_ORIGIN_REV_ID: 7a11540a7b365ac4e352dd98fa3c1ad8e7ee8f1c
2024-05-13 12:38:03 +00:00

24 lines
480 B
TOML

[package]
name = "schema"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
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.201"
serde_json = "1.0.116"
strum_macros = "0.26.2"
thiserror = "1.0"
[lints]
workspace = true