mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-07-15 07:42:00 -05:00
[PR #32] feature(metadata): get correct target dir when in workspace #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosskers/cargo-aur/pull/32
Author: @TotalKrill
Created: 3/15/2025
Status: 🔄 Open
Base:
master← Head:correct_target_dir_in_workspace📝 Commits (2)
9c03cf1feature(metadata): to work when a binary is in a workspace, use the cargo_metadata library to correctly get the expected target path18ce783feat(workspace): separate the files into per package directories📊 Changes
3 files changed (+20 additions, -5 deletions)
View changed files
📝
Cargo.toml(+1 -0)📝
src/error.rs(+10 -0)📝
src/main.rs(+9 -5)📄 Description
Using cargo_metadata, will resolve the target directory better, when in a workspace or using custom configuruations otherwise for the package.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.