You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`cargo publish` was failing with a "400 Bad Request" error because crates.io enforces a maximum of 5 keywords per crate. The project was previously configured with 6.
This commit removes the "structure" keyword from `Cargo.toml` to meet this requirement, reducing the total count to 5 and allowing the crate to be published successfully.
0 commit comments