mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-07-15 19:41:42 -05:00
[GH-ISSUE #38] missing field package
#14
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?
Originally created by @TornaxO7 on GitHub (Nov 26, 2025).
Original GitHub issue: https://github.com/fosskers/cargo-aur/issues/38
Hi!
If I run
cargo aur -don my project TornaxO7/vibe, then I'm getting the following error message:I tried to add a
[workspace.package]in the rootCargo.tomlbut I was still getting this error. Do you have any tips on why I'm getting this error message?@fosskers commented on GitHub (Jan 13, 2026):
Please forgive the delay.
It probably wants you to run
cargo aurwithin the subdirectory of the package you're building, not at the workspace level.@TornaxO7 commented on GitHub (Jan 14, 2026):
No worries.
I'm not using it anymore though so I'll close this.
missing field `package`to [GH-ISSUE #38] missing field `package`