Adding genome_graph library as a dependency
Run this command in a terminal, in your project's directory:
cargo add genome-graph
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
genome-graph = "11.0.0"
The genome_graph library will be automatically available globally.
Read the genome_graph library documentation.