SRC (Simple Rust Chat)
Find a file
Andrea 6a9068296e Add new dependencies and implement chat UI with Ratatui
- 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.
2025-04-22 23:03:49 +02:00
.vscode Add configuration file and enhance client functionality with encryption 2024-11-29 20:26:23 +01:00
src Add new dependencies and implement chat UI with Ratatui 2025-04-22 23:03:49 +02:00
.gitignore first client commit 2024-11-25 15:45:26 +01:00
Cargo.lock Add new dependencies and implement chat UI with Ratatui 2025-04-22 23:03:49 +02:00
Cargo.toml Add new dependencies and implement chat UI with Ratatui 2025-04-22 23:03:49 +02:00
config.toml Add port configuration and implement username handling in main function 2025-01-22 11:22:46 +01:00