Crates.io | thegraph-client-subgraphs |
lib.rs | thegraph-client-subgraphs |
version | |
source | src |
created_at | 2024-11-09 21:26:49.386714 |
updated_at | 2024-12-11 11:17:26.418525 |
description | A client for The Graph network's Subgraphs data service |
homepage | |
repository | https://github.com/edgeandnode/toolshed |
max_upload_size | |
id | 1442381 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A client for The Graph network's Subgraphs data service.
To add this crate to your project as a dependency use the cargo add
command:
cargo add thegraph-client-subgraphs
In a cargo workspace use the package selection feature to add it as a dependency of a specific package in the workspace:
cargo add --package <package-name> thegraph-client-subgraphs
Alternatively, you can use the Cargo.toml
file to add the dependency manually
and point to the git repository's URL and the specific tag you want to use,
for example:
thegraph-client-subgraphs = { git = "https://github.com/edgeandnode/toolshed.git", tag = "thegraph-client-subgraphs-vX.Y.Z" }