mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
05e13fe566
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.202 to 1.0.203. V3_GIT_ORIGIN_REV_ID: 81b23526c9a289d401260350b8169907eb322bbf
30 lines
604 B
TOML
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
|