- Simple GUI with egui.rs
- CLI argument
current
- updated README
- dependency upgrades: chrono v0.4.39, transitive dependencies
- command
./rust-volunteerer seed
- command
./rust-volunteerer populate
- command
./rust-volunteerer next [name]
- the command
employees
is renamed tocolleagues
to match the literal db name
- running the program the 1st-time will now automatically create the
db
files instead of crashing
- Initial Release