feat: Add herodo package to workspace
- 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.
This commit is contained in:
@@ -157,9 +157,9 @@ For a release build:
|
||||
cargo build --release
|
||||
```
|
||||
|
||||
The `herodo` executable will be located at `target/debug/herodo` or `target/release/herodo`.
|
||||
The `herodo` executable will be located at `herodo/target/debug/herodo` or `herodo/target/release/herodo`.
|
||||
|
||||
The `build_herodo.sh` script is also available for building `herodo`.
|
||||
The `build_herodo.sh` script is also available for building `herodo` from the herodo package.
|
||||
|
||||
## Running Tests
|
||||
|
||||
|
Reference in New Issue
Block a user