rusty inventory manager
is a simple inventory manager written in rust.
.vscode | ||
migrations | ||
res | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
diesel.toml | ||
LICENSE | ||
README.md |
The rusty inventory manager
Simple inventory manager written in rust
.
Building
Make sure you have rust and git installed. (Installing rust, Installing git)
Clone this repository.
After installing the rust toolchain and cloning this repository, execute the following command in the root of this repository:
cargo build --release
The resulting binary will be located in the folder target/release/
. The correct executable file is rim
or rim.exe
.