Skip to content

ggcat-api not building in an external crate #63

@flopau76

Description

@flopau76

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions