rusty inventory manager is a simple inventory manager written in rust.
This repository has been archived on 2025-02-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2022-06-06 22:23:21 +02:00
.vscode moved main.rs to bin/rim.rs 2021-05-06 18:33:25 +02:00
migrations improved uniqueness of data entries 2021-05-21 21:11:37 +02:00
res Partially added commands for parts table 2021-04-14 21:28:00 +02:00
src Updated rust-embed to 6.3.0 2022-06-06 22:23:21 +02:00
.gitignore changed from postgresql to sqlite 2021-05-06 16:46:20 +02:00
Cargo.lock Updated rust-embed to 6.3.0 2022-06-06 22:23:21 +02:00
Cargo.toml Updated rust-embed to 6.3.0 2022-06-06 22:23:21 +02:00
diesel.toml integrated migrations 2021-04-14 18:32:25 +02:00
LICENSE Update year in LICENSE file 2021-06-14 02:33:05 +02:00
README.md Update Readme 2021-06-03 11:25:06 +02:00

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.