nazara 0.2.1

A CLI application to create and update machines and VMs in NetBox.
# Contributing to Nazara

Thank you for considering contributing to Nazara!

The following documents should provide you with all the information you need to start contributing to Nazara.

If you are completely new, make sure you have the following things installed:

- `rustc`: The Rust compiler
- `rustup`: The Rust toolchain manager
- `cargo`: The Rust package manager

If you are unsure about how to set up a Rust development environment, please refer to the
[Rust documentation](https://www.rust-lang.org/learn) for a guide.

## Becoming a Packager

If you would like to package Nazara for your distribution, please open an Issue and refer to our
[Becoming a Packager](./becoming_packager.md) guide for more info.