Trying to include the ggcat API as an external dependency in a project does not build, with the following Cargo.toml file:
[package]
name = "ggcat-api-test"
version = "2.0.0"
edition = "2025"
[dependencies]
ggcat-api = { version = "2.0.0", git = "https://github.com/algbio/ggcat" }
This seems to be due to a dependency conflict from the module genome-graph v9.0.0 using two different versions of traitsequence