Mining coordination and neural-path logic for PoT-O.
- Crate: crates.io/crates/pot-o-mining
- Docs: docs.rs/pot-o-mining
- Repository: github.com/TribeWarez/pot-o-mining
[dependencies]
pot-o-mining = "0.1"Depends on pot-o-core and ai3-lib.
Releases follow semantic versioning. To publish:
- Bump
versioninCargo.toml. - Create a tag:
git tag v0.1.1 && git push origin v0.1.1. - CI will publish to crates.io and create a GitHub Release.