mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
9cf56ca622
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> V3_GIT_ORIGIN_REV_ID: 274e7a3dc975113e95ff3b10ce6b73385f0b6ecc
16 lines
333 B
TOML
16 lines
333 B
TOML
[package]
|
|
name = "metadata-schema-generator"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[[bin]]
|
|
name = "metadata-schema-generator"
|
|
path = "src/main.rs"
|
|
bench = false
|
|
|
|
[dependencies]
|
|
open-dds = { path = "../open-dds" }
|
|
serde_json = "1.0.117"
|
|
schemars = { version = "0.8.20", features = ["smol_str"] }
|