dapper 0.0.0-pre.3

Dependency Analysis Project - identifying dependencies in C/C++ code and packages on filesystems
Documentation
# Contributing to DAPper

Thank you for considering contributing to our project! We appreciate your help.

## Reporting Issues

1. If you find a bug or have a feature request, please [open a new issue]https://github.com/LLNL/dapper/issues and provide detailed information about the problem.
2. If you find security issues or vulnerabilities, please [report here]https://github.com/LLNL/dapper/security

## Making Contributions

We welcome contributions from the community. To contribute to this project, follow these steps:

1. Fork the repository on GitHub.
2. Clone your forked repository to your local machine.

All contributions to DAPper are made under the MIT license (MIT).

For PRs, please run `cargo fmt` to ensure consistent formatting, and address warnings shown by `cargo clippy`.

### For Developers:

1. Clone DAPper

```bash
git clone git@github.com:LLNL/dapper.git
```

2. Compile DAPper:

```bash
cargo build
```

3. Run DAPper:

```bash
cargo run
```

## Code of Conduct

All participants in the DAPper community are expected to follow our [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html).