A little administrative tool to add organizers to the Rustbridge database.
Follow the installation instructions for the Rustbridge prodject.
Once the website/database is set up, and all of your tables are created, compile the Rustbridge-CLI using the command cargo build --release.
After building, navigate to the build directory, cd target/release/ and run the command: ./rustbridge-cli salt to generate a random salt for the database.
Once the database has been salted, use the command: ./rustbridge-cli add -u <username> -p <password> to add a new organizer to the database.