mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
11 lines
253 B
TOML
11 lines
253 B
TOML
|
[package]
|
||
|
name = "metadata-schema-generator"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
license.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
open-dds = { path = "../open-dds" }
|
||
|
serde_json = "1.0.92"
|
||
|
schemars = { version = "0.8.12", features = ["smol_str"] }
|