mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
f869e7a8af
V3_GIT_ORIGIN_REV_ID: ef97a6a0692e7c0741de96f0848d414d9b172106
16 lines
405 B
TOML
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"
|