mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
e27e5b7ffe
Hasura V3 Engine v3.alpha.12-19-2023 V3-GitOrigin-RevId: 6605575a52b347b5e9a14ecd1cc736f113c663b3 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10567 Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com> GitOrigin-RevId: 38c98a4b1971efe3ac724c2371c43ceb7d31f140
25 lines
750 B
TOML
25 lines
750 B
TOML
[package]
|
|
name = "open-dds"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
derive_more = "0.99.17"
|
|
ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.12" }
|
|
schemars = { version = "0.8.12", features = ["smol_str", "preserve_order"] }
|
|
serde = "1.0.152"
|
|
serde_json = { version = "1.0.92", features = ["preserve_order"] }
|
|
serde-untagged = "0.1.1"
|
|
thiserror = "1.0"
|
|
lazy_static = "1.4.0"
|
|
lang-graphql = { path = "../lang-graphql" }
|
|
indexmap = { version = "2", features = ["serde"] }
|
|
strum = { version = "^0.25.0" }
|
|
strum_macros = { version = "^0.25.2" }
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.3.0"
|
|
goldenfile = "^1.4.5"
|