mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
882b907235
V3_GIT_ORIGIN_REV_ID: 8ca39537cca63e86b1a350f484c351093418467f
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.116"
|
|
schemars = { version = "0.8.12", features = ["smol_str"] }
|