Multi-project orchestration and workspace management for RiceCoder
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-orchestration = "0.1"
```
```rust
use ricecoder_orchestration::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-orchestration).
MIT