missing field `package`
Hi!
If I run `cargo aur -d` on my project [TornaxO7/vibe](https://github.com/TornaxO7/vibe), then I'm getting the following error message:
```
bash
:: Error: TOML parse error at line 1, column 1
|
1 | [workspace]
| ^
missing field `package`
```
I tried to add a `[workspace.package]` in the root `Cargo.toml` but I was still getting this error. Do you have any tips on why I'm getting this error message?
0 条评论