- Add a workflow for testing the publishing setup
- Add a workflow for publishing SAL crates to crates.io
- Improve crate metadata and version management
- Add optional dependencies for modularity
- Improve documentation for publishing and usage
- Added the `herodo` package to the workspace.
- Updated the MONOREPO_CONVERSION_PLAN.md to reflect
the completion of the herodo package conversion.
- Updated README.md and build_herodo.sh to reflect the
new package structure.
- Created herodo/Cargo.toml, herodo/README.md,
herodo/src/main.rs, herodo/src/lib.rs, and
herodo/tests/integration_tests.rs and
herodo/tests/unit_tests.rs.