shindo_coding_utils-0.1.0 is not a library.
Visit the last successful build:
shindo_coding_utils-0.4.10
- Login via Cargo:
Get your API token from crates.io/me and run: - Update your
Cargo.toml:- Set
name,version,authors,description,license, andrepository. - Example:
[] = "your_crate_name" = "0.1.0" = ["Your Name <you@example.com>"] = "A short description" = "MIT OR Apache-2.0" = "https://github.com/your/repo"
- Set
- Check your package:
Fix any warnings or errors. - Publish:
Note:
- Your crate name must be unique on crates.io.
- Remove
[dependencies]pointing to local paths or unpublished crates. - Use
cargo publish --dry-runto test before actual publishing.