graphql-engine/v3/crates/custom-connector/Cargo.toml
Daniel Harvey bdd5d06437 Move all crates into a folder (#355)
<!-- Thank you for submitting this PR! :) -->

## Description

This moves all the crates into a `/crates` folder. Everything appears to
just work, thanks Cargo!

V3_GIT_ORIGIN_REV_ID: 8e3ef287b1a46cabdb4d919a50e813ab2cddf8b1
2024-03-19 18:07:14 +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"