Crates.io | thegraph-core |
lib.rs | thegraph-core |
version | 0.8.1 |
source | src |
created_at | 2024-02-26 11:11:43.649319 |
updated_at | 2024-11-09 22:40:09.91954 |
description | Rust core modules for The Graph network |
homepage | |
repository | https://github.com/edgeandnode/toolshed |
max_upload_size | |
id | 1153414 |
size | 91,107 |
Rust core modules for The Graph network.
To add this crate to your project as a depenency use the cargo add
command:
cargo add thegraph-core
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-core
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-core = { git = "https://github.com/edgeandnode/toolshed.git", tag = "thegraph-core-vX.Y.Z" }