Relates to: torrust/torrust-tracker#1230
When I run cargo chef I get warnings because the modified Cargo.toml files contains and unused manifest key called plugin:
[lib]
plugin = false
[[bin]]
plugin = false
[[bench]]
plugin = false
[[test]]
plugin = false
# ...
I guess is something you used that cargo does not but I thought it was something wrong in my configuration.
Relates to: torrust/torrust-tracker#1230
When I run
cargo chefI get warnings because the modifiedCargo.tomlfiles contains and unused manifest key calledplugin:I guess is something you used that cargo does not but I thought it was something wrong in my configuration.