vecgraph-client 0.1.1

Client library for vecgraph, providing gRPC client implementation and related utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "vecgraph-client"
description = "Client library for vecgraph, providing gRPC client implementation and related utilities."
readme = "README.md"

version.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true

[dependencies]
vecgraph-core.workspace = true
vecgraph-proto.workspace = true
async-trait.workspace = true
async-compat.workspace = true
tonic.workspace = true