A simple cli user management system made in rust.
Note
To run code make sure you have Rust installed (via RustUp).
- User can create new accounts
- User can login to existing accounts
- Users can update their password
- Users can delete account
- Password hashing with sha2 encryption
- Sereliazing and deserilize Json
##Running the system To run the system navigate inside the root of the project in your terminal and type cargo run