mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
6837b08251
V3_GIT_ORIGIN_REV_ID: 7a11540a7b365ac4e352dd98fa3c1ad8e7ee8f1c
24 lines
480 B
TOML
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
|