tuimail/Cargo.toml
Shautvast 9bbfad554e Fetch and display inbox emails with periodic polling
Replace simple IMAP login with full inbox fetch that displays
Subject, From, and Date for each message. Auto-refreshes every
30 seconds and supports manual refresh with 'r' key.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 17:31:37 +01:00

11 lines
No EOL
196 B
TOML

[package]
name = "hello-ratatui"
version = "0.1.0"
edition = "2024"
[dependencies]
ratatui = "0.30"
crossterm = "0.29"
imap = "2.4"
serde = { version = "1.0", features = ["derive"] }
toml = "1.0"