axoproject 0.28.2

project detection logic for various axo.dev applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.