Skip to content

Does not work in procedural macros called from a build script #12

@dylanede

Description

@dylanede

Since the [build-dependencies] section of the Cargo manifest is not checked (only [dependencies] and [dev-dependencies]), it fails to find crates that are only specified there. A simple fix would be to check there as well, but really you'd only want to check there if the current target is a build script. I'm not sure what the best way of determining that is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions