cargo-mate 1.8.0

Rust development companion that enhances cargo with intelligent workflows, state management, performance optimization, and comprehensive project monitoring.
Documentation
1
2
3
4
5
6
7
8
9
10
## Error Codes

| Code | Description | Solution |
|------|-------------|----------|
| File not found | Journey/Anchor doesn't exist | Check name with `list` command |
| Permission denied | Can't write to ~/.shipwreck | Check directory permissions |
| Invalid config | Config file malformed | Check TOML syntax |
| Cargo not found | Cargo not in PATH | Install Rust toolchain |

---