graphql-engine/v3/custom-connector/Cargo.toml
Samir Talwar f869e7a8af Use ndc-spec v0.1.0. (#337)
V3_GIT_ORIGIN_REV_ID: ef97a6a0692e7c0741de96f0848d414d9b172106
2024-03-07 13:19:55 +00:00

16 lines
405 B
TOML

[package]
name = "custom-connector"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0" }
indexmap = "2"
serde_json = "^1.0.92"
tokio = { version = "^1.26.0", features = ["macros", "parking_lot", "rt-multi-thread"] }
axum = "^0.6.9"
regex = "^1.7.3"
csv = "^1.2.2"
prometheus = "^0.13.3"