- Updated `Cargo.toml` to include new dependencies: `ratatui`, `crossterm`, `reqwest`, and `notify-rust`.
- Enhanced `main.rs` with a terminal-based chat UI using Ratatui.
- Added support for message rendering, input handling, and notifications.
- Implemented file download functionality and DM message handling.