Closed as not planned
Description
I'm reading this page. I'm trying to understand how I can trigger the cargo verify-project
into outputting invalid
. It seems like no matter what I write in the Cargo.toml
file, the cargo verify-project
will always output success
. Even when I write for example time: "1000000.0.0"
as a dependency (which obviously isn't a valid dependency and verify-cargo should probably reject that if I understood it correctly).
How exactly can I trigger Cargo.toml
into outputting invalid
? Please give me a specific example of how it would look like. And would be great if you also added the example in this page.