Skip to content

command_line.rs belongs to build crate #303

@RobertMueller2

Description

@RobertMueller2

Version

0.20.0 / 9792b10

Description

Because command_line.rs is included in build.rs, it's actually placed in the build crate. (Not sure about the exact name of which).

This means, it is not in the satty crate. Which causes some funny effects such as not being able to use any crates from Satty's dependencies. Only after adding serde as a build dependency, I was able to import it in command_line.rs.

From what I've found via google the only way out seems to be placing command_line.rs in its own crate and use it both as a dependency and build dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions