Allow the user to specify the used target directory manually #205
Labels
A-marker-cargo
Area: All things connected to `cargo_marker`
C-enhancement
Category: New feature or request
cargo-marker
requires a target directory to fetch lint crates and to compile them. Usually, it extracts the default target location from thecargo metadata
command. However, a user might want to manually specify it instead.I believe the best solution for this, would be to add a new field to marker's configuration under the
workspace.metadata.marker
section inCargo.toml
The text was updated successfully, but these errors were encountered: