AI3 support library for PoT-O validator and miner components.
- Crate: crates.io/crates/ai3-lib
- Docs: docs.rs/ai3-lib
- Repository: github.com/TribeWarez/ai3-lib
[dependencies]
ai3-lib = "0.1"Depends on pot-o-core. When used inside the pot-o-validator workspace, the workspace member is used automatically.
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.