# built_different

crates.io Rust codecov

Utilities for Rust build scripts. ## Dependencies Please install `libarchive` (3.2.0 or newer) on your system before using this crate, which is a transitive dependency of [`compress-tools`](https://github.com/OSSystems/compress-tools-rs). ## Instructions

Rust

Add `built_different` as a Rust dependency to your [`Cargo.toml`](https://doc.rust-lang.org/cargo/reference/manifest.html) manifest. ```toml [dependencies] built_different = "0.1" ```
## License This project is dual-licensed to be compatible with the Rust project, under either the [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE) licenses. ## Contributing Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.