feat: extract client

This commit is contained in:
2023-03-18 21:30:25 +01:00
parent 384294b390
commit ab6141ffb4
10 changed files with 242 additions and 63 deletions

View File

@@ -20,9 +20,7 @@ serde_json = { workspace = true }
tracing.workspace = true
tracing-subscriber.workspace = true
base64 = "0.21.0"
futures = "0.3.27"
gql_client = "1.0.7"
derive_builder = "0.12.0"
[dev-dependencies]