merlon 1.3.1

Mod package manager for the Paper Mario (N64) decompilation
Documentation
# Building from source

### Install Rust

Merlon is written in Rust. If you don't have Rust, install it with the following command:
```console
$ curl https://sh.rustup.rs -sSf | sh
```

### Clone the Merlon repository

Clone the repository and enter it:

```console
$ git clone https://github.com/nanaian/merlon.git
$ cd merlon
```

### Run

```console
$ cargo run -- --version
```

### Install to PATH

```console
$ cargo install --path .
```