Goal
Allow users to install with:
cargo install xudanu-server --features server
Steps
- Add crates.io metadata to
Cargo.toml (description, repository, license, readme, keywords, categories)
- Create crates.io account and API token
- Test with
cargo publish --dry-run
- Publish with
cargo publish
- Optionally set up CI auto-publish on tag push
Also publish a Docker image to GitHub Container Registry for container deployment.
Context
Previously tracked in TODO.md (v0.1.2 item). Xudanu is at v0.9.0 and ready for wider distribution.
Goal
Allow users to install with:
Steps
Cargo.toml(description, repository, license, readme, keywords, categories)cargo publish --dry-runcargo publishAlso publish a Docker image to GitHub Container Registry for container deployment.
Context
Previously tracked in TODO.md (v0.1.2 item). Xudanu is at v0.9.0 and ready for wider distribution.