# axoproject [![crates.io](https://img.shields.io/crates/v/axoproject.svg)](https://crates.io/crates/axoproject) [![docs](https://docs.rs/axoproject/badge.svg)](https://docs.rs/axoproject) [![Rust CI](https://github.com/axodotdev/axoproject/workflows/Rust%20CI/badge.svg?branch=main)](https://github.com/axodotdev/axoproject/actions/workflows/ci.yml) A tool that handles the details of detecting a cargo/npm workspace/project at a given directory, and making sense of the structure. This should be used by dist and oranda to share that logic. ## License Licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)) * MIT license ([LICENSE-MIT](LICENSE-MIT) or [opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)) at your option.